三农资讯网_前端

dangyunlong 3ffcf7107c 优化打开速度 il y a 3 semaines
.nuxt 3ffcf7107c 优化打开速度 il y a 3 semaines
api b1a9f6c143 商圈模块完成 il y a 3 mois
assets 55bd67f9bc 修改bug il y a 1 mois
components 3ffcf7107c 优化打开速度 il y a 3 semaines
composables 1ac488e50a 修改bug il y a 1 mois
middleware e14b785dd7 广告服务静态页面完成 il y a 5 mois
pages 3ffcf7107c 优化打开速度 il y a 3 semaines
plugins d7be6e9b90 增加登录查询功能 il y a 1 mois
public 7d1c9ba74e 修改bug il y a 1 mois
server 6efdba0918 第一次提交 il y a 6 mois
store 700ac90709 修改广告商圈bug il y a 2 mois
utils 080793a1cd 静态页面及模块封装完成 il y a 5 mois
.env 50a71d7ab3 修改bug il y a 1 mois
.gitignore 0437bc93b9 贴入pre il y a 1 mois
404.vue a521490ada 完成seo元素和ssr打包上线 il y a 1 mois
README.md 6efdba0918 第一次提交 il y a 6 mois
app.vue 3ffcf7107c 优化打开速度 il y a 3 semaines
error.vue a521490ada 完成seo元素和ssr打包上线 il y a 1 mois
nuxt.config.js b53bed7823 修改bug il y a 1 mois
package-lock.json 3ffcf7107c 优化打开速度 il y a 3 semaines
package.json 3ffcf7107c 优化打开速度 il y a 3 semaines
tsconfig.json 0437bc93b9 贴入pre il y a 1 mois

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.