This project is meant to provide an example application of a .Net Core, Vue web application Technologies Used:
- .NET Core 2.0
- Vue 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
- Setup Respository
- Start Visual Studio Community Edition
- Signin with your microsoft ID (it's free)
- Connect to respository
- From file menu, select "Team" then "Manage Connections"
- Under "Local Git Repositories" select "Clone"
- Use the URL from the "Clone or Download" button on this GIT page
- Select "Clone"
- Run Solution
- Open "MoviesApp.Sln" on the Solution Explorer
- Hit F5 or the "IIS Express" button on the toolbar
- 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 building" with node-sass, then create a command window in your project directory and type "npm rebuild node-sass", run the command and rebuild
- The application should build and open in a browser. It will have menu and copyright line.
- Start the tutorial