Skip to content

logue/Pip-BoyA

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.