Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 631 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 631 Bytes

vue-components

note about npm scope

This package is published to jztechpe-pub which is our public scoped registry in npm.

We had to do this like this because we have our own github packages private registry so it was not possible to combine them both during our development.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.