Roger Camargo

Results 67 issues of 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`...

enhancement
help wanted
question

It's better import all the vuetify library instead of add one by one in the `src/plugins/vuetify.js`

enhancement
help wanted
good first issue

- Add any style to make sure SCSS is working and define where its place

enhancement
help wanted

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)

enhancement
help wanted

How could we improve the components folder to be more [atomic design style](https://atomicdesign.bradfrost.com/chapter-2/)?

help wanted
question