Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 545 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 545 Bytes

chocol8

Project setup

Once the repository has been cloned, move to the root directory and install dependencies by:

npm install

Then, to run the project:

Compiles and hot-reloads for development

npm run serve

Or you can either build the project

Compiles and minifies for production

npm run build

Or run the tests by:

Run your unit tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.