三农资讯网_前端

Jing 7504845625 修改代码 il y a 2 mois
.nuxt 7504845625 修改代码 il y a 2 mois
api b1a9f6c143 商圈模块完成 il y a 3 mois
assets a09ef9e1c5 特殊列表特殊详情页面完成 il y a 2 mois
components 7504845625 修改代码 il y a 2 mois
composables e14b785dd7 广告服务静态页面完成 il y a 5 mois
middleware e14b785dd7 广告服务静态页面完成 il y a 5 mois
pages 7504845625 修改代码 il y a 2 mois
plugins c6e37ca282 修改广告部分代码 il y a 2 mois
public 96e8e2ee70 二级列表页完成 il y a 2 mois
server 6efdba0918 第一次提交 il y a 6 mois
static 7504845625 修改代码 il y a 2 mois
store 700ac90709 修改广告商圈bug il y a 2 mois
utils 080793a1cd 静态页面及模块封装完成 il y a 5 mois
.gitignore 028ff0b184 首页修改正常打包 il y a 2 mois
404.vue 68359f2c41 代码修改 il y a 2 mois
README.md 6efdba0918 第一次提交 il y a 6 mois
app.vue c6e37ca282 修改广告部分代码 il y a 2 mois
dist.zip c6e37ca282 修改广告部分代码 il y a 2 mois
nuxt.config.js 68359f2c41 代码修改 il y a 2 mois
package-lock.json d6932ffc76 首页,二级分类页完成 il y a 2 mois
package.json d6932ffc76 首页,二级分类页完成 il y a 2 mois
tsconfig.json 6efdba0918 第一次提交 il y a 6 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.