AncyentMariner / wemake-vue-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wemake-vue-template

wemake.services Build Status

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


Features

  • Always up-to-date with the help of @dependabot
  • Vue + vuex + vue-router with latest es features
  • Strict optional typing with flow
  • Server side rendering
  • eslint + stylelint
  • jest for unit tests and nightwatch.js for end-to-end testing
  • docker-compose for development and production
  • Gitlab CI with full build, test, and deploy pipeline configured by default
  • Caddy with https and http/2 turned on by default

Requirements

You will need:

  • node (version 8 at least)
  • npm

Installation

npx vue-cli init wemake-services/wemake-vue-template ideal-vue-project

Alternatives

This project is influenced by:

License

MIT.

About

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

License:MIT License


Languages

Language:JavaScript 83.1%Language:Vue 7.7%Language:HTML 3.6%Language:Shell 2.1%Language:Ruby 2.0%Language:CSS 1.4%