Vue + Vuex | F# Dotnet Core 2.0
- Based on https://github.com/MarkPieszak/aspnetcore-Vue-starter
- Live Demo http://vuefsharpcore2.azurewebsites.net/
- dotnet restore
- dotnet build
- npm install
- npm run devor- npm run prodor- dotnet run
other commands: build, build-all, build-prod, publish
- A C# project with references to the F# DbContext and models.
- Add a model and bind it to the context in the F# project then build
- Travel to ../VueFsharpCore2/Migratorand add a migration:
- dotnet ef migrations add [Name]
- To update the database:
- dotnet ef database update