三农资讯网_前端

dangyunlong 4c0201ee0b 修改bug il y a 1 mois
.nuxt 4c0201ee0b 修改bug il y a 1 mois
api b1a9f6c143 商圈模块完成 il y a 3 mois
assets 51f3dd8c4a 完成详情页 il y a 1 mois
components 51f3dd8c4a 完成详情页 il y a 1 mois
composables 4c0201ee0b 修改bug il y a 1 mois
middleware e14b785dd7 广告服务静态页面完成 il y a 5 mois
pages 4c0201ee0b 修改bug il y a 1 mois
plugins 0437bc93b9 贴入pre il y a 1 mois
public 0437bc93b9 贴入pre il y a 1 mois
server 6efdba0918 第一次提交 il y a 6 mois
static 0437bc93b9 贴入pre il y a 1 mois
store 700ac90709 修改广告商圈bug il y a 2 mois
utils 080793a1cd 静态页面及模块封装完成 il y a 5 mois
.gitignore 0437bc93b9 贴入pre il y a 1 mois
404.vue 68359f2c41 代码修改 il y a 2 mois
README.md 6efdba0918 第一次提交 il y a 6 mois
app.vue c4bfc04722 提交代码 il y a 1 mois
error.vue 0437bc93b9 贴入pre il y a 1 mois
nuxt.config.js 4c0201ee0b 修改bug il y a 1 mois
package-lock.json 0437bc93b9 贴入pre il y a 1 mois
package.json 0437bc93b9 贴入pre 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.