Criação de fichas de D&D 3.5
Instale o NPM do site oficial
- Instale o vue-cli com o comando
npm install -g @vue/cli
e o vue-init com o comandonpm install -g @vue/cli-init
- Rode o comando
vue init pwa Sheet
para criar a pasta do projeto
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
Rode o comando npm run build
, renomeie a pasta dist
para docs
e dê commit e push
- vue-js-2-quickstart-tutorial-2017
- vue-cli-tutorial-2018-example-scratch
- vue-js-tutorial-iniciando-com-componentes
- build-an-online-shop-with-vue
- build-a-to-do-app-with-vue-js-2
- https://www.telerik.com/blogs/gif-guide-creating-a-pwa-with-vue-and-kendo-ui
- https://www.telerik.com/blogs/building-pwas-with-vuejs
- https://medium.com/matheus-rossi/pwa-vue-js-quasar-ac97d775fcca
- https://blog.sicara.com/a-progressive-web-application-with-vue-js-webpack-material-design-part-1-c243e2e6e402
- https://blog.pusher.com/getting-started-pwa-vue/
- https://pusher.com/tutorials/pwa-vuejs/