三农资讯网_前端

dangyunlong cc308bbed3 增加个人中心点击其他地方关闭的功能 1 tydzień temu
.nuxt cc308bbed3 增加个人中心点击其他地方关闭的功能 1 tydzień temu
app ddb4da2f52 精简项目+修改单点登录 1 tydzień temu
assets 7b8f49e151 修改bug 1 tydzień temu
components cc308bbed3 增加个人中心点击其他地方关闭的功能 1 tydzień temu
composables 1ac488e50a 修改bug 1 miesiąc temu
middleware 5bab897179 动态路由终 2 tygodni temu
pages fee7b4a22e 修改bug 1 tydzień temu
plugins f97e7d0828 修改bug 1 tydzień temu
public 105a186087 修改bug 3 tygodni temu
server 6efdba0918 第一次提交 6 miesięcy temu
store 700ac90709 修改广告商圈bug 2 miesięcy temu
utils 080793a1cd 静态页面及模块封装完成 5 miesięcy temu
.env 50a71d7ab3 修改bug 1 miesiąc temu
.gitignore 0437bc93b9 贴入pre 1 miesiąc temu
404.vue 575dbbe3ab 完成打开速度优化 3 tygodni temu
README.md 6efdba0918 第一次提交 6 miesięcy temu
app.vue 118c583ecf 动态路由-终 2 tygodni temu
error.vue 575dbbe3ab 完成打开速度优化 3 tygodni temu
nuxt.config.js 7eccf2aa18 修改bug 2 tygodni temu
package-lock.json 3ffcf7107c 优化打开速度 3 tygodni temu
package.json 3ffcf7107c 优化打开速度 3 tygodni temu
tsconfig.json 0437bc93b9 贴入pre 1 miesiąc temu

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.