vui
Project setup
yarn install
Compiles and hot-reloads for development
yarn dev
Preview Production build
yarn preview
Compiles and minifies for production
yarn build
Run your unit tests
yarn test
Documentation commands
yarn docs:dev
yarn docs:build
yarn docs:serve
Release a new version
yarn version
git push --tags && git push