工匠基地官网-last
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
科技小王子 91c607ff52 修复已知问题 10 months ago
.idea 驭风行PC站点 10 months ago
api 修复已知问题 10 months ago
assets 驭风行PC站点 10 months ago
components 驭风行PC站点 10 months ago
composables 修复已知问题 10 months ago
config 驭风行PC站点 10 months ago
layouts 驭风行PC站点 10 months ago
pages 修复已知问题 10 months ago
plugins 驭风行PC站点 10 months ago
public 驭风行PC站点 10 months ago
types 驭风行PC站点 10 months ago
utils 驭风行PC站点 10 months ago
README.md 驭风行PC站点 10 months ago
ecosystem.config.cjs 驭风行PC站点 10 months ago
nuxt.config.ts 修复已知问题 10 months ago
package-lock.json 驭风行PC站点 10 months ago
package.json 驭风行PC站点 10 months ago
pnpm-lock.yaml 驭风行PC站点 10 months ago
tsconfig.json 驭风行PC站点 10 months ago
uno.config.ts 驭风行PC站点 10 months ago
vite.config.ts 驭风行PC站点 10 months ago
webstorm.config.js 驭风行PC站点 10 months ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.