Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 365 Bytes

openy_af4_vue_app.md

File metadata and controls

23 lines (17 loc) · 365 Bytes

README

Library build

Always build in production mode before committing changes.

Production mode:

npm run build

Development mode - watching for changes:

npm run dev

Committing code

Always apply linting rules and build in production mode before committing changes.

npm run lint
npm run build