https://github.com/codegetters/vtiuse-full
Out-of-the-box full-stack project template based on Vue3+TS+Nest technology stack 基于Vue3+TS+Nest技术栈的开盒即用全栈项目模版
https://github.com/codegetters/vtiuse-full
Last synced: about 1 year ago
JSON representation
Out-of-the-box full-stack project template based on Vue3+TS+Nest technology stack 基于Vue3+TS+Nest技术栈的开盒即用全栈项目模版
- Host: GitHub
- URL: https://github.com/codegetters/vtiuse-full
- Owner: CodeGetters
- License: mit
- Created: 2023-11-05T09:46:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:40:50.000Z (about 2 years ago)
- Last Synced: 2024-06-09T05:36:18.890Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://vtiuse-full-web.vercel.app
- Size: 422 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtiuse-full
## Running
frontend
```sh
# dev
pnpm dev
```
backend
```
# dev
pnpm start
```
## features
- [x] eslint
- [x] prettier
- [x] husky
- [x] changelog
- [x] cz-git
### frontend
- [x] TS
- [x] vue3
- [x] vueuse
- [x] vue-touter
- [x] vitest
- [x] axios
- [x] sass
- [x] i18n
- [x] unocss
- [x] element-plus
### backend
- [x] TS
- [x] Nest.js
- [x] jest
- [x] express
- [x] Swagger
- [x] logger
- [x] Http-exception
- [x] Config
- [x] i18n
- [x] pipe
- [x] Prisma