Serve & Build
Documentation of development server and build process
Installation
Gull-Vue uses VueCli for development And NPM To serve and build process
- 1. Make sure NodeJs installed on your computer.
- 2. Make sure NPM installed on your computer.
- 3. Open terminal and navigate to root
/source
directory and runnpm install
to install dependencies.
Development server
Run npm run serve
to start local development server.
Open http://localhost:8080/
in browser.
Build
Run npm run build
to build your project.
All files including compiled & minified css, js files will be stored in /dist
directory.
