Skip to content

Google GTS compliant Vue starter project

Notifications You must be signed in to change notification settings

Xhhhhhh/vue-gts-starter

 
 

Repository files navigation

Vue GTS Starter

Code Style: Google

This is a Vue starter project that complies with Google TypeScript Style. Compatible with Vue CLI.

You can also add Bootstrap-vue, Vuetify, etc. to this project.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Gts commands

If you want to execute gts directly, prefix gts: as shown below. However, it doesn't make much sense because you can do the same with the above command.

  • gts:lint: Lints and checks for formatting problems.
  • gts:fix: Automatically fixes formatting and linting problems (if possible).
  • gts:clean: Removes output files.

Customize configuration

See Configuration Reference.

About

Google GTS compliant Vue starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.9%
  • TypeScript 25.1%
  • JavaScript 14.4%
  • HTML 6.6%