三农资讯网_前端

Jing 94ded4ad76 广告模块完成 vor 5 Monaten
.nuxt 94ded4ad76 广告模块完成 vor 5 Monaten
api e14b785dd7 广告服务静态页面完成 vor 5 Monaten
assets b37d1d0e51 广告接口测试完成80% vor 5 Monaten
components 94ded4ad76 广告模块完成 vor 5 Monaten
composables e14b785dd7 广告服务静态页面完成 vor 5 Monaten
middleware e14b785dd7 广告服务静态页面完成 vor 5 Monaten
pages 94ded4ad76 广告模块完成 vor 5 Monaten
plugins 94ded4ad76 广告模块完成 vor 5 Monaten
public 080793a1cd 静态页面及模块封装完成 vor 5 Monaten
server 6efdba0918 第一次提交 vor 6 Monaten
static e14b785dd7 广告服务静态页面完成 vor 5 Monaten
store 94ded4ad76 广告模块完成 vor 5 Monaten
utils 080793a1cd 静态页面及模块封装完成 vor 5 Monaten
.gitignore 26a4ad8c91 删除生成的静态资源 vor 6 Monaten
README.md 6efdba0918 第一次提交 vor 6 Monaten
app.vue e14b785dd7 广告服务静态页面完成 vor 5 Monaten
dist.zip 94ded4ad76 广告模块完成 vor 5 Monaten
nuxt.config.js b37d1d0e51 广告接口测试完成80% vor 5 Monaten
package-lock.json b37d1d0e51 广告接口测试完成80% vor 5 Monaten
package.json b37d1d0e51 广告接口测试完成80% vor 5 Monaten
tsconfig.json 6efdba0918 第一次提交 vor 6 Monaten

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.