https://github.com/codegetters/vtiuse
Out-of-box front-end project template based on Vue3+TS technology stack 基于Vue3+TS技术栈的开盒即用前端项目模版
https://github.com/codegetters/vtiuse
Last synced: about 1 year ago
JSON representation
Out-of-box front-end project template based on Vue3+TS technology stack 基于Vue3+TS技术栈的开盒即用前端项目模版
- Host: GitHub
- URL: https://github.com/codegetters/vtiuse
- Owner: CodeGetters
- License: mit
- Created: 2023-08-11T11:33:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T09:59:25.000Z (over 2 years ago)
- Last Synced: 2025-06-14T11:19:28.770Z (about 1 year ago)
- Language: EJS
- Homepage: https://vtiuse.vercel.app
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vtiuse
Vite + Vue3 + TS starter template.
## start
```sh
# clone
git clone git@github.com:CodeGetters/vtiuse.git
# or click the 'Use this template' button
# dev
yarn dev
yarn build
yarn preview
# code inspection
yarn lint
yarn format
# quick commit
yarn cz
# test
yarn coverage
```
## Features
Recommended Node.js version: `>=18`
### Environment
- Based on Vue3 + TypeScript
- Using vue-router for routing
- Using Vite
### Development
Using Vue-i18n for localization
### Style
- Using UnoCss for styling
### Test
Using Vitest for unit testing