An F# ASP.NET Core 2.0 SPA Sample Project with Vue.js and Webpack
- Node.js
- To test this is installed and can be found, run
node -v
on a command line
- To test this is installed and can be found, run
- .NET Core, version 2.0 or later
Open a command window at the root of the project and run the following:
dotnet restore
npm install
node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js
node node_modules/webpack/bin/webpack.js --config webpack.config.js
At this point, you should be able to build/run the project in VS2017. You might get a few typescript errors but these can be ignored.