https://github.com/mamboer/cdz.life
一起关爱抽动症儿童。A public welfare website concerned with the growth of children with tic disorder.
https://github.com/mamboer/cdz.life
Last synced: 3 months ago
JSON representation
一起关爱抽动症儿童。A public welfare website concerned with the growth of children with tic disorder.
- Host: GitHub
- URL: https://github.com/mamboer/cdz.life
- Owner: mamboer
- Created: 2023-06-26T10:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T14:03:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T03:18:35.840Z (4 months ago)
- Language: Vue
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
A public welfare website concerned with the growth of children with tic disorder.
## Setup
Install dependencies:
```bash
pnpm install
```## Development
```bash
pnpm dev
```## Edge Side Rendering
Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments.
Look at all the available presets [here](https://v3.nuxtjs.org/guide/deploy/presets).
```bash
pnpm build
```## Static Generation
Use the `generate` command to build your application.
The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.
```bash
pnpm generate
```## Preview build
You might want to preview the result of your build locally, to do so, run the following command:
```bash
pnpm preview
```