All in Vue2+ js Typescript example bootstrap native 4, hot reload, Vuex, .NET CORE 5 backend webapi NoSql LiteDB..
runs on linux
- NPM Task Runner (VS2017 compatible)
- Vue.js Pack
# install dependencies
npm install
# serve frontend with hot reload at localhost:8080
npm run dev
--second terminal should start the backend
dotnet run
dotnet watch run
# deploy with scp to your server
npm run deploy
# build the frontend to dist folder
npm run build
# build the backend to bin
dotnet build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
#### T4 transforms tt template in .net core
dotnet tt trans -f test.tt
#### updating dotnet libs
dotnet-outdated
dotnet tool uninstall --global dotnet-outdated
dotnet tool install --global dotnet-outdated-tool
dotnet nuget locals all --clear
dotnet tool install dotnet-script --version 1.0.1
dotnet script test.csx
dotnet tool install TextTemplating.Tool --version 5.0.1.12
dotnet tool uninstall Texttemplating.Tool
dotnet tt trans -f person.tt