Skip to content

TrendingTechnology/wemake-vue-template

 
 

Repository files navigation

wemake-vue-template

wemake.services Build Status Docs Dependencies Status

Bleeding edge vue template focused on code quality and developer happiness.


This project is used to scaffold new Vue project structure.

Demo

Demo link: https://wemake-vue-demo.now.sh/

Right after the start you will have the same app. Demo source code is here.

Features

  • Proven to work on both small and large scale projects
  • Always up-to-date with the help of @dependabot
  • Vue + vuex + vue-router with the latest es features
  • nuxt for server-side rendering
  • Optional strict typing with flow
  • Linting with eslint + stylelint
  • jest for unit tests and testcafe for end-to-end testing
  • Gitlab CI with full test and deploy pipeline configured by default
  • Easy update process, so your template will always be up-to-date
  • Meaningful docs, covering almost every aspect of the project, including jsdoc annotations

Requirements

You will need:

Installation

git clone https://github.com/wemake-services/wemake-vue-template.git
npx vue-cli init ./wemake-vue-template your_vue_project

We are required to clone the project, since we need the .git folder.

Running the project

Before going any further make sure that you have read the docs.

  • yarn dev starts the development server
  • yarn start runs the production code in a node server
  • yarn generate generates static files to be deployed anywhere

Who are using this template?

If you use our template, please add yourself or your company in the list.

We offer free email support for anyone who is using this. If you have any problems or questions, drop us a line at contact@wemake.services. And we will try to help you.

License

MIT.

About

Bleeding edge vue template focused on code quality and developer happiness.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • Vue 17.9%
  • Shell 17.9%
  • CSS 1.8%