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.
npm installnpm run servenpm run buildnpm run lintIf 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.