An open API service indexing awesome lists of open source software.

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

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