Uninen / vue-cli-template

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

Home Page:https://gitlab.com/uninen/vue-cli-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://gitlab.com/uninen/vue-cli-template/

License:MIT License


Languages

Language:JavaScript 43.5%Language:Vue 39.2%Language:TypeScript 11.1%Language:HTML 5.7%Language:CSS 0.5%