Roger Camargo
Roger Camargo
Atualizar este link: https://github.com/huogerac/djavue/blob/master/template/README.md
desta forma, apenas o comando nvm install irá instalar a versão correta do projeto
- find a great unity or e2e test framework, is cypress a good one? - write at least 1 test to help the development - create a `npm run test`...
It's better import all the vuetify library instead of add one by one in the `src/plugins/vuetify.js`
- Add any style to make sure SCSS is working and define where its place
Check if the lint-staged works: ``` "devDependencies": { ... "lint-staged": "^8.1.5", }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,vue}": [ "vue-cli-service lint", "git add" ] } ```
- It'd be better having better pages style (a.k.a CSS)
How could we improve the components folder to be more [atomic design style](https://atomicdesign.bradfrost.com/chapter-2/)?