Repositorio proyecto tipo Drive, front end desarrollado en Vue.js
- Depende del Back End -> https://github.com/cloudmonsterrepo/TicDrive-Back-End
# instalacion de dependencias
npm install
# Iniciar host de desarrollo localhost:8081
npm run serve
# Build para produccion
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.