This project is meant to provide an example application of a .Net Core, Vue web application Technologies Used:
- .NET Core 2.0
- Vue.js 2.5.X
- NoDB (for data storage)
- SASS (for CSS development)
- Webpack (for compiling and loading packages)
- Download and Install Visual Studio Community Edition
- Download from https://visualstudio.microsoft.com/
- Start Installation, using option for
ASP.NET and web development
package - Once installed, run Visual Studio, and change your
$(PATH)
location
- Setup Repository
- Start Visual Studio Community Edition
- Sign in with your Microsoft ID (it's free)
- Connect to repository
- From file menu, select
Team
thenManage Connections
- Under
Local Git Repositories
selectClone
- Use the URL from the
Clone or Download
button on this GIT page - Select
Clone
- From file menu, select
- Run Solution
- Open
MoviesApp.Sln
on the Solution Explorer - Hit
Cntl-F5
to Start without Debugging- NOTE: The first time it is run, it will download and install supporting packages, this can take up to 10 minutes
- If you get a build error related to a "missing binding" with node-sass, then create follow these instructions
- The application should build and open in a browser. It will display two movies.
- Open
- Start the tutorial