三农资讯网_前端

dangyunlong 7a020c81ce 修改bug 1 ay önce
.nuxt 7a020c81ce 修改bug 1 ay önce
api b1a9f6c143 商圈模块完成 3 ay önce
assets 7a020c81ce 修改bug 1 ay önce
components 7a020c81ce 修改bug 1 ay önce
composables 6fc104fd3a 修改bug 1 ay önce
middleware e14b785dd7 广告服务静态页面完成 5 ay önce
pages 241373f268 修改bug 1 ay önce
plugins 5e750d4768 修改广告 1 ay önce
public b1b82ea5eb 修改bug 1 ay önce
server 6efdba0918 第一次提交 6 ay önce
store 700ac90709 修改广告商圈bug 2 ay önce
utils 080793a1cd 静态页面及模块封装完成 5 ay önce
.env 50a71d7ab3 修改bug 1 ay önce
.gitignore 0437bc93b9 贴入pre 1 ay önce
404.vue a521490ada 完成seo元素和ssr打包上线 1 ay önce
README.md 6efdba0918 第一次提交 6 ay önce
app.vue 5e9780955b 修改状态查询地址 1 ay önce
error.vue a521490ada 完成seo元素和ssr打包上线 1 ay önce
nuxt.config.js c2766a6fae 修改bug 1 ay önce
package-lock.json 0265fda3c6 修改bug 1 ay önce
package.json 0265fda3c6 修改bug 1 ay önce
tsconfig.json 0437bc93b9 贴入pre 1 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.