Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 348 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 348 Bytes

flss-web

Commit rules

[ADD|FIX|REMOVE] content....

Project setup

yarn install & npm install

Compiles and hot-reloads for development

yarn run serve & npm run serve

Compiles and minifies for production

yarn run build & npm run build

Lints and fixes files

yarn run lint & npm run lint