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 dev
ornpm run prod
ordotnet 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/Migrator
and add a migration: dotnet ef migrations add [Name]
- To update the database:
dotnet ef database update