Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.27 KB

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

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.