LoongPanel-Asp/web
niyyzf 09136a7806 修正错误 2024-07-02 16:08:27 +08:00
..
assets 初赛截稿 2024-07-02 14:28:15 +08:00
components 初赛截稿 2024-07-02 14:28:15 +08:00
config init 2024-06-22 10:54:02 +08:00
layouts 初赛截稿 2024-07-02 14:28:15 +08:00
middleware 修正错误 2024-07-02 16:08:27 +08:00
pages 修正错误 2024-07-02 16:08:27 +08:00
patches init 2024-06-22 10:54:02 +08:00
plugins init 2024-06-22 10:54:02 +08:00
public 初赛截稿 2024-07-02 14:28:15 +08:00
server init 2024-06-22 10:54:02 +08:00
strores 修改webscort健全 2024-06-29 19:01:09 +08:00
types 初赛截稿 2024-07-02 14:28:15 +08:00
.env 修改为https 2024-06-30 12:23:48 +08:00
.env.development 修改环境变量 2024-07-02 14:41:21 +08:00
.gitignore init 2024-06-22 10:54:02 +08:00
README.md init 2024-06-22 10:54:02 +08:00
app.vue 更新 2024-06-29 18:16:29 +08:00
base.scss 更新 2024-06-29 18:16:29 +08:00
bun.lockb 初赛截稿 2024-07-02 14:28:15 +08:00
localhost+3-key.pem 更新 2024-06-29 18:16:29 +08:00
localhost+3.pem 更新 2024-06-29 18:16:29 +08:00
nuxt.config.ts 修正环境设置 2024-06-30 10:26:31 +08:00
package-lock.json 修正编译模式 2024-06-30 11:20:48 +08:00
package.json 初赛截稿 2024-07-02 14:28:15 +08:00
tsconfig.json init 2024-06-22 10:54:02 +08:00
utils.ts init 2024-06-22 10:54:02 +08:00

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.