Skip to content

Starter application Vue.js + Asp.Net Core MVC + TypeScript + Bootstrap4

License

Notifications You must be signed in to change notification settings

schavelev/starter-vue-mvc

Repository files navigation

на русском языке

StarterVueMvc

image

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):

Installation

Clone the repository to your computer.

git clone https://github.com/schavelev/starter-vue-mvc.git

Install the Bundler & Minifier extension.

Building and running

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.

About

Starter application Vue.js + Asp.Net Core MVC + TypeScript + Bootstrap4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages