A Vue+Webpack project architecture
# install dependencies
yarn install
# init submodules
sh init.sh
yarn run dev
# or
yarn run develop
# or
yarn run start
# build for production and view the bundle analyzer report
yarn run dev jarvis
# check code style
yarn run lint
# or auto-fix it
yarn run lint-fix
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build report
yarn run add [name]