Starter application Vue.js + Asp.Net Core MVC + TypeScript + Bootstrap4. A solution for Visual Studio 2017 with 3 independent projects:
- TryVueMvc
- TryVueMvcDecorator
- TryVueMvcGrid
Also used as an example for articles on habrahabr.ru (in Russian):
- Vue.js + Asp.Net Core MVC + TypeScript and also Bootstrap4;
- Strict typing for Vue.js applications on TypeScript;
Clone the repository to your computer.
git clone https://github.com/schavelev/starter-vue-mvc.git
Install the Bundler & Minifier extension.
Building and running the application is traditional for the VS2017 environment. Bandling can be done through the "Bundler & Minifier \ Update Bundles" command of the local menu on the bundleconfig.json file.
You can also build and run through the command line in the project directory:
npm install
dotnet build
dotnet bundle
dotnet run
Open a page in the browser at the specified address. For example http: // localhost: 51766.