# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Compile OCaml -> JS
npm run buildml
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report
# Serve the built, production-ready version of the website
npm run buildtest
# Run unit tests
npm run unit
# Run e2e tests
npm run e2e
# Run all tests
npm test
Scaffolding from vue-webpack-boilerplate with extra features:
- Circle CI support
- SCSS
- Crockford style and linting
- HTML boilerplate
- Git precommit linting
For detailed explanation on how things work, checkout the guide and docs for vue-loader.