Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
/ vue-cli-template Public archive

Opinionated Vue CLI template w/ batteries included. This is a mirror.

License

Notifications You must be signed in to change notification settings

Uninen/vue-cli-template

Repository files navigation

This Repository is Unmaintained

As of 2021 this repo has been unmaintained due to the existence of Vite and vite-ts-tailwind-starter. You should use either an official vue-cli template or the Vite starter (which has the same but upgraded and maintained features) instead of this one.


check-code-coverage

This repository is hosted at GitLab and mirrored to GitHub.

Opinionated Vue CLI Template

  • Vue 3
  • Vue router
  • Vuex
  • TypeScript
  • Tailwind CSS 2.0 w/ plugins
    • @tailwindcss/aspect-ratio
    • @tailwindcss/typography
    • @tailwindcss/forms
  • Cypress.io e2e tests (w/ coverage)
  • GitLab CI
    • Run tests on push
  • Github Actions
    • Run tests on push
    • Run Dependabot weekly

Project setup

yarn install

Starts development server

yarn dev

Compiles and minifies for production

yarn build

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.