Skip to content
/ vue-template Public template

Vue.js 3.0 starter template & examples using the traditional API.

Notifications You must be signed in to change notification settings

mitevpi/vue-template

Repository files navigation

Vue.js

Vue Starter Template

A Vue.js 3.0 full project starter template including best practices for code styling, testing, and building. Also incorporates the (soon to be released) Composition API.

Usage

Fork, download, or clone this repository and use it as a starting point for your next Vue.js project.

Added/Updated Configurations to Vue CLI Starter

  1. AirBnB Style Guide
  2. Prettier Style Guide
  3. Jest (Unit Testing)
  4. ESLint (Style Enforcing)

Commands

The following commands are used to develop the project:

  1. npm run build - Build the package distribution bundle.
  2. npm run serve - Start a development server with live-reloading on changes. (Used for previewing individual components.)
  3. npm run lint - Lint code using ESLint and Vue, AirBnB, and Prettier configs.
  4. npm run test:unit - Run unit tests for the individual components in the package.

About

Vue.js 3.0 starter template & examples using the traditional API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published