Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuowendong/sample-nuxt-project
nuxt & nest
https://github.com/zuowendong/sample-nuxt-project
Last synced: about 2 months ago
JSON representation
nuxt & nest
- Host: GitHub
- URL: https://github.com/zuowendong/sample-nuxt-project
- Owner: zuowendong
- Created: 2024-03-11T06:25:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T02:21:56.000Z (4 months ago)
- Last Synced: 2024-08-29T14:52:06.788Z (4 months ago)
- Language: Vue
- Homepage: https://my-nuxt-eight.vercel.app
- Size: 6.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to build Nuxt 3 project and Nest project
This is a sample project that I used for my time study.
continuous updating...
## Setup
- Start the front-end project
```shell
pnpm dev:client
```- Start the back-end project
```shell
pnpm dev:server
```