This is to filled later... ;)
Be sure to have node and npm installed on your development machine.
- Clone the repository:
$ git clone https://github.com/qlyu001/idriveanicecar.git
- Install NPM dependencies:
$ npm install
- Run:
$ npm run serve
Builds your current src
directory to dist
Builds production ready files to dist
. (CSS, Javascript minifed version)
Builds and serves on localhost and watches any changes made in src
Builds and serves production ready files on localhost