三农资讯网_前端

dangyunlong 0ee8033c80 修改bug hace 2 semanas
.nuxt 0ee8033c80 修改bug hace 2 semanas
api b1a9f6c143 商圈模块完成 hace 3 meses
app 88f15eef29 完成动态路由 hace 3 semanas
assets e7380be8e3 完善路由 hace 3 semanas
components 0ee8033c80 修改bug hace 2 semanas
composables 1ac488e50a 修改bug hace 1 mes
middleware 5bab897179 动态路由终 hace 3 semanas
pages 0ee8033c80 修改bug hace 2 semanas
plugins 88f15eef29 完成动态路由 hace 3 semanas
public 105a186087 修改bug hace 3 semanas
server 6efdba0918 第一次提交 hace 6 meses
store 700ac90709 修改广告商圈bug hace 2 meses
utils 080793a1cd 静态页面及模块封装完成 hace 5 meses
.env 50a71d7ab3 修改bug hace 1 mes
.gitignore 0437bc93b9 贴入pre hace 1 mes
404.vue 575dbbe3ab 完成打开速度优化 hace 4 semanas
README.md 6efdba0918 第一次提交 hace 6 meses
app.vue 118c583ecf 动态路由-终 hace 3 semanas
error.vue 575dbbe3ab 完成打开速度优化 hace 4 semanas
nuxt.config.js 575dbbe3ab 完成打开速度优化 hace 4 semanas
package-lock.json 3ffcf7107c 优化打开速度 hace 1 mes
package.json 3ffcf7107c 优化打开速度 hace 1 mes
tsconfig.json 0437bc93b9 贴入pre hace 1 mes

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.