https://github.com/codegetters/studtworkfrond
Use Vue3+TS to write blog background management
https://github.com/codegetters/studtworkfrond
Last synced: 3 months ago
JSON representation
Use Vue3+TS to write blog background management
- Host: GitHub
- URL: https://github.com/codegetters/studtworkfrond
- Owner: CodeGetters
- License: mit
- Created: 2023-08-19T11:16:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T12:59:35.000Z (almost 3 years ago)
- Last Synced: 2026-03-20T07:36:30.599Z (3 months ago)
- Language: Vue
- Homepage: https://studtwork-frond.vercel.app
- Size: 26 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## start
```sh
# 引入依赖
yarn install
# 开发环境运行
yarn dev
# 打包
yarn build
# 生产环境运行
yarn preview
# eslint 检查
yarn lint
# prettier 格式化
yarn format
# commit 提交
yarn cz
```
## Features
- i18n
- vitest
- ts