nuxt3 init

This commit is contained in:
2022-12-20 02:54:04 +08:00
parent c0239489a8
commit 2f3fcbce1a
6 changed files with 73 additions and 132 deletions

View File

@@ -1,3 +1,42 @@
# drawing
# Nuxt 3 Minimal Starter
ai 绘图的前端交互界面
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.