RuralDatabase/apps/web
AaronHux bd27f18e4c 更新 2024-06-30 21:39:37 +08:00
..
api 更新 2024-06-30 21:39:37 +08:00
assets 更新 2024-06-30 21:39:37 +08:00
components 更新 2024-06-30 21:39:37 +08:00
composables 更新 2024-06-30 21:39:37 +08:00
content 更新 2024-06-30 21:39:37 +08:00
layouts 更新 2024-06-30 21:39:37 +08:00
middleware 更新 2024-06-30 21:39:37 +08:00
pages 更新 2024-06-30 21:39:37 +08:00
public 更新 2024-06-30 21:39:37 +08:00
types 更新 2024-06-30 21:39:37 +08:00
utils 更新 2024-06-30 21:39:37 +08:00
.gitignore 更新 2024-06-30 21:39:37 +08:00
README.md 更新 2024-06-30 21:39:37 +08:00
app.vue 更新 2024-06-30 21:39:37 +08:00
nuxt.config.ts 更新 2024-06-30 21:39:37 +08:00
package.json 更新 2024-06-30 21:39:37 +08:00
tailwind.config.js 更新 2024-06-30 21:39:37 +08:00
tsconfig.json 更新 2024-06-30 21:39:37 +08:00

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.