三农资讯网_前端

Jing 96e8e2ee70 二级列表页完成 2 ay önce
.nuxt 96e8e2ee70 二级列表页完成 2 ay önce
api b1a9f6c143 商圈模块完成 3 ay önce
assets b37d1d0e51 广告接口测试完成80% 5 ay önce
components 96e8e2ee70 二级列表页完成 2 ay önce
composables e14b785dd7 广告服务静态页面完成 5 ay önce
middleware e14b785dd7 广告服务静态页面完成 5 ay önce
pages 96e8e2ee70 二级列表页完成 2 ay önce
plugins 96e8e2ee70 二级列表页完成 2 ay önce
public 96e8e2ee70 二级列表页完成 2 ay önce
server 6efdba0918 第一次提交 6 ay önce
static 96e8e2ee70 二级列表页完成 2 ay önce
store 700ac90709 修改广告商圈bug 2 ay önce
utils 080793a1cd 静态页面及模块封装完成 5 ay önce
.gitignore 26a4ad8c91 删除生成的静态资源 6 ay önce
README.md 6efdba0918 第一次提交 6 ay önce
app.vue 96e8e2ee70 二级列表页完成 2 ay önce
nuxt.config.js b61a1ade89 修改广告商圈部分bug 3 ay önce
package-lock.json 700ac90709 修改广告商圈bug 2 ay önce
package.json b1a9f6c143 商圈模块完成 3 ay önce
tsconfig.json 6efdba0918 第一次提交 6 ay önce

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.