PiiXiieeS / nuxt-vuetify-plus

A starter template using Nuxt, Vuetify, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt Vuetify+ Starter Template

A Nuxt and Vuetify Project Template

This project comes equiped with the following:

Why?

To have a opinionated setup and development workflow that needs a mock server, linting, unit, end to end (E2E), proper commit logs and checkings before pushing up. See Package READEME template for more details

Installation

This is a project template for vue-cli.

$ vue init joshvillahermosa/nuxt-vuetify-plus my-project  
$ cd my-project
# install dependencies
$ npm install # Or yarn install

To Do's

  • Jest Integration
  • Cypress Integration
  • Husky Integration
  • Commitizen Integration
  • Mock Server Integration
  • .env Integration
  • Add Change Log
  • Update Docs
  • [ ] Add NSP Needs evaluation
  • Integration tests to spawn live server
  • Create using Vue Cli
  • Document Generator
  • Fix Async Created Test in index.vue
  • Update Store

About

A starter template using Nuxt, Vuetify, and more

License:MIT License


Languages

Language:JavaScript 89.1%Language:Vue 10.8%Language:CSS 0.1%