Minimal webpack-based seed project for Vue applications.
Both yarn and npm are supported.
- Clone project
- Install dependencies:
yarn install
yarn run dev
Start development server with hot reloading
yarn run test
Test code
yarn run build
Build code using Webpack
yarn run serve
Build code and serve it using http-server
yarn run clean
Clean dist folder