npm install / yarn install
Remover as pastas existentes para substituir por submódulos.
git submodule add http://git.dynamix.com.br/hae/prototipos/assets.git src/assets
git submodule add http://git.dynamix.com.br/hae/prototipos/components.git src/components
git submodule add http://git.dynamix.com.br/hae/prototipos/plugins.git src/plugins
git submodule add http://git.dynamix.com.br/hae/prototipos/layout.git src/layout
git submodule update
Compiles and hot-reloads for development
npm run serve / yarn run serve
Compiles and minifies for production
npm run build / yarn run build
npm run test / yarn run test
npm run lint / yarn run lint
npm install libary / yarn add libary
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .
See Configuration Reference .