Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 629 Bytes

README.md

File metadata and controls

59 lines (40 loc) · 629 Bytes

Screw-UI

Project setup

npm install

Compiles and hot-reloads for development

sync compile component and theme less file

npm run dev

Compiles and minifies for lib

npm run build:components

Compiles and minifies for theme

npm run build:theme

Compiles and dev for theme

npm run watch:theme

Compiles and dev for docs

npm run docs:dev

Compiles and minifies for docs

npm run docs:build

Lints and fixes files

npm run lint

Git commit use commitizen

npm run commit
# or
git cz