You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/drawer-htmlroot
孙建超 d0e4cd11a8 搬运v4.5 1 month ago
..
assets 搬运v4.5 1 month ago
components 搬运v4.5 1 month ago
composables 搬运v4.5 1 month ago
enums 搬运v4.5 1 month ago
layouts 搬运v4.5 1 month ago
middleware 搬运v4.5 1 month ago
pages 搬运v4.5 1 month ago
plugins 搬运v4.5 1 month ago
public 搬运v4.5 1 month ago
server 搬运代码 1 month ago
services 搬运v4.5 1 month ago
stores 搬运v4.5 1 month ago
temp 搬运v4.5 1 month ago
types 搬运v4.5 1 month ago
utils 搬运v4.5 1 month ago
.gitignore 搬运代码 1 month ago
README.md 搬运代码 1 month ago
app.vue 搬运v4.5 1 month ago
nuxt.config.ts 搬运v4.5 1 month ago
package-lock.json 搬运v4.5 1 month ago
package.json 搬运v4.5 1 month ago
tsconfig.json 搬运代码 1 month ago

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.