<p align="center">
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
</p>
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
<p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
<p align="center">
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
<a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
</p>
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
[![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
## License
Nest is [MIT licensed](LICENSE).
没有合适的资源?快使用搜索试试~ 我知道了~
Vue3.0+NestJS+TypeScript打造blog后台管理系统.zip
共76个文件
ts:49个
vue:9个
json:7个
需积分: 0 0 下载量 122 浏览量
2024-01-02
20:58:08
上传
评论
收藏 166KB ZIP 举报
温馨提示
Vue3,springboot,element-ui使用技巧,实战应用开发小系统参考资料,源码参考。 详细介绍了一些Qt框架的各种功能和模块,以及如何使用Qt进行GUI开发、网络编程和跨平台应用开发等。 适用于初学者和有经验的开发者,能够帮助你快速上手Qt并掌握其高级特性。
资源推荐
资源详情
资源评论
收起资源包目录
Vue3.0+NestJS+TypeScript打造blog后台管理系统.zip (76个子文件)
VUE3_new
LICENSE 1KB
admin
src
main.ts 679B
App.vue 488B
assets
logo.png 7KB
api
index.ts 2KB
utils
tools.ts 2KB
axios.ts 1KB
interfaces
categories.interface.ts 367B
articles.interface.ts 968B
index.ts 76B
router
index.ts 2KB
shims-vue.d.ts 201B
views
categories
categories-create.vue 5KB
categories.vue 3KB
categories-edit.vue 5KB
articles
articles-edit.vue 6KB
articles.vue 6KB
articles-create.vue 6KB
main
main.vue 2KB
login
login.vue 3KB
package.json 751B
vite.config.ts 263B
index.html 340B
.gitignore 45B
tsconfig.json 539B
.gitignore 2KB
server
.eslintrc.js 630B
.prettierrc 52B
src
categories
categories.service.ts 7KB
categories.module.ts 440B
categories.controller.ts 1KB
users
users.service.ts 1KB
users.controller.ts 653B
users.module.ts 395B
main.ts 324B
dtos
categories
categories.is-name-vaild.dto.ts 207B
categories.edit-one.dto.ts 234B
categories.create-one.dto.ts 205B
index.ts 136B
users
users.create-one.dto.ts 647B
users.get-one.dto.ts 150B
index.ts 77B
articles
articles.get.dto.ts 241B
articles.edit-one.dto.ts 341B
articles.create-one.dto.ts 311B
index.ts 120B
interfaces
auth.interface.ts 555B
index.ts 34B
entities
categories.entity.ts 925B
users.entity.ts 610B
articles.entity.ts 514B
index.ts 104B
articles
articles.module.ts 422B
articles.service.ts 4KB
articles.controller.ts 1KB
auth
local.strategy.ts 903B
constants.ts 57B
jwt.strategy.ts 954B
auth.module.ts 848B
auth.controller.ts 864B
auth.service.ts 1KB
upload
upload.module.ts 255B
upload.service.ts 90B
upload.controller.ts 1KB
app.module.ts 1KB
config
index.ts 803B
tsconfig.build.json 97B
package.json 3KB
public
OEzVNFEEfI6SfrQh4WVJV.jpg 112KB
nest-cli.json 64B
test
app.e2e-spec.ts 630B
jest-e2e.json 183B
.gitignore 375B
tsconfig.json 339B
README.md 3KB
README.md 1KB
共 76 条
- 1
资源评论
白话Learning
- 粉丝: 4610
- 资源: 3003
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- com.huawei.it.ilearning.android_9663.com.apk
- 学生请假与销假系统 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- BTAJ大厂面试题汇总
- 自绘按钮BTN(完全画图)基于颜色组合套餐的配色程序实例(VS2015)
- 学习资料库小程序 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- 阳光电脑公司的维修服务小程序 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- 学生资助在线管理系统 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- 使用 TensorFlow 和 Flask 将 Yolov3 对象检测作为 API 实现.zip
- 使用 TensorFlow 实现 YOLO v2.zip
- 使用 TensorFlow 实现 YOLOv3.zip
- 基于STM32F103C8T6、HC-SR501(红外检测)、TB6612直流电机驱动模块和DHT11(温湿度检测)实现智能风扇
- 使用 Ultralytics API 进行 YOLOv8 推理.zip
- 游戏账号交易小程序 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- 使用 yolo v2 在 CelebA 数据集上训练人脸检测模型.zip
- 疫苗预约小程序 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
- 优选驾考小程序 微信小程序+SSM毕业设计 源码+数据库+论文+启动教程.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功