企业官网模板-(基础版)
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.
 
 
 
科技小王子 4d8b99edd9 企业官网模板(基础版) 11 months ago
api 企业官网模板(基础版) 11 months ago
assets 企业官网模板(基础版) 11 months ago
components 企业官网模板(基础版) 11 months ago
composables 企业官网模板(基础版) 11 months ago
config 企业官网模板(基础版) 11 months ago
layouts 企业官网模板(基础版) 11 months ago
pages 企业官网模板(基础版) 11 months ago
plugins 企业官网模板(基础版) 11 months ago
public 企业官网模板(基础版) 11 months ago
types 企业官网模板(基础版) 11 months ago
utils 企业官网模板(基础版) 11 months ago
.eslintignore 企业官网模板(基础版) 11 months ago
.eslintrc.cjs 企业官网模板(基础版) 11 months ago
.eslintrc.js 企业官网模板(基础版) 11 months ago
.gitignore 企业官网模板(基础版) 11 months ago
.prettierrc.cjs 企业官网模板(基础版) 11 months ago
README.md 企业官网模板(基础版) 11 months ago
ecosystem.config.cjs 企业官网模板(基础版) 11 months ago
nuxt.config.ts 企业官网模板(基础版) 11 months ago
package.json 企业官网模板(基础版) 11 months ago
pnpm-lock.yaml 企业官网模板(基础版) 11 months ago
tsconfig.json 企业官网模板(基础版) 11 months ago
uno.config.ts 企业官网模板(基础版) 11 months ago
vite.config.ts 企业官网模板(基础版) 11 months ago
webstorm.config.js 企业官网模板(基础版) 11 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.