Skip to content

bornengineer/devspot

Repository files navigation

DEVSPOT

Project setup / Install dependencies

install all the dependencies as in package.json

npm install
or 
npm i

Compiles and hot-reloads for development

hot reloads at localhost:8080

npm run serve
or
npm run dev

Compiles and minifies for production

we get the build zip in /dist directory

npm run build

build for production and view the bundle analyzer report

npm run build --report

Lints and fixes files

npm run lint

run unit tests

npm run unit

run all tests

npm test

Complete Vue Documentation

Click here

Customize configuration

See Configuration Reference.