BrendanMulcahy / vuefs

An F# ASP.NET Core 2.0 Sample Project with Vue.js and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# ASP.NET Core 2.0 + Vue.js

An F# ASP.NET Core 2.0 SPA Sample Project with Vue.js and Webpack

Requirements

  • Node.js
    • To test this is installed and can be found, run node -v on a command line
  • .NET Core, version 2.0 or later

Getting Started

Open a command window at the root of the project and run the following:

  1. dotnet restore
  2. npm install
  3. node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js
  4. 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.

About

An F# ASP.NET Core 2.0 Sample Project with Vue.js and Webpack

License:MIT License


Languages

Language:HTML 28.2%Language:JavaScript 24.2%Language:F# 18.3%Language:C# 10.7%Language:TypeScript 9.5%Language:CSS 9.0%