DEV Community

Discussion on: 9 Projects you can do to become a Frontend Master

Collapse
 
sobolevn profile image
Nikita Sobolev

I would recommend to use wemake-vue-template to get started with Vue and Nuxt.

It allows you to start easily with the full-featured project. Features:

  • Proven to work on both small and large scale projects
  • Always up-to-date with the help of @dependabot
  • Latest nuxt for server-side rendering
  • Full typescript support, including Vue's SFC, Vuex, and tests
  • Tools to write business logics including: DI, IoC, runtime type validation
  • Linting with eslint + stylelint
  • jest for unit tests and testcafe for end-to-end testing
  • docker optional support for development, testing, and production
  • Gitlab CI with full test and deploy pipeline configured by default
  • Meaningful docs, covering almost every aspect of the project, including jsdoc annotations
  • Full vscode support and list of suggested settings and plugins
  • Easy update process, so your template will always be up-to-date
Collapse
 
aybee5 profile image
Ibrahim Abdullahi Aliyu

Thanks

Collapse
 
seyfer profile image
Oleg Abrazhaev

testcafe? I find it a weird choice, now Cypress is trending and it is a pleasure to use tool.

Collapse
 
sobolevn profile image
Nikita Sobolev

It is a tool we are using for quite some time. I agree that Cypress is more pleasant these days

Collapse
 
shivamnarkar47 profile image
shivamnarkar47

Thanks

Collapse
 
xtechnologytr profile image
XTechnology

....

Thank you, that's a really important guide. 😉💻

Collapse
 
caligrits profile image
JustDoIT

Thank you Nikita ;)