aspnetcore-Vue-starter
aspnetcore-Vue-starter copied to clipboard
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
Not sure if this is an issue of the template or of dotnet. ## Error description I'm trying to run the application under Ubuntu 16.04 and am getting the following...
Trying to get started with ASP.NET core and vuejs and get this result from "dotnet run": ``` /usr/local/share/dotnet/sdk/2.1.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core...
When I follow the install instructions (dotnet new -i aspnetcore-vue.js; dotnet new vuejs; npm install) I get a site.css file which is different from the file in the code directory....
> Nuxt.js is a framework for creating Universal Vue.js Applications. > > Its main scope is UI rendering while abstracting away the client/server distribution. > > Our goal is to...
I followed instruction in the README file : `dotnet new -i aspnetcore-vuejs ` Then `mkdir MyProject && cd MyProject` Then `dotnet new vuejs` And i get the same template generated...
When publishing as both Debug and Release, my component paths show as if the system was being run on the dev computer, rather than part of the release. On the...
#JustJust in case anyone needs it... put the following into something like renameProject.ps1, then put it in the root directory of the project then just do `./renameProject.ps1 NextBigThing` Note the...
So I've followed the instructions here: https://buefy.github.io/#/documentation/start placing the Vue.Use(Beufy.default) in app-root This has created the error "Cannot read property 'install' of undefined" Am I missing something?
To replicate, clone and create a brand new project. npm install and then run the application. Notice any changes I make to a .vue file will result in hmr kicking...
I tested deploying this but gave me the command line error cannot find boot-server. My browser shows this: `An error occurred while processing your request.` I'm using Mac with environment...