三农资讯网_前端

dangyunlong 0ee8033c80 修改bug il y a 2 semaines
.nuxt 0ee8033c80 修改bug il y a 2 semaines
api b1a9f6c143 商圈模块完成 il y a 3 mois
app 88f15eef29 完成动态路由 il y a 3 semaines
assets e7380be8e3 完善路由 il y a 3 semaines
components 0ee8033c80 修改bug il y a 2 semaines
composables 1ac488e50a 修改bug il y a 1 mois
middleware 5bab897179 动态路由终 il y a 3 semaines
pages 0ee8033c80 修改bug il y a 2 semaines
plugins 88f15eef29 完成动态路由 il y a 3 semaines
public 105a186087 修改bug il y a 3 semaines
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 575dbbe3ab 完成打开速度优化 il y a 4 semaines
README.md 6efdba0918 第一次提交 il y a 6 mois
app.vue 118c583ecf 动态路由-终 il y a 3 semaines
error.vue 575dbbe3ab 完成打开速度优化 il y a 4 semaines
nuxt.config.js 575dbbe3ab 完成打开速度优化 il y a 4 semaines
package-lock.json 3ffcf7107c 优化打开速度 il y a 1 mois
package.json 3ffcf7107c 优化打开速度 il y a 1 mois
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.