阿尔文Unity-资源分享网站
Go to file
2024-06-10 23:22:45 +08:00
assets/css feat 静态完成V1.0 2024-06-10 23:22:45 +08:00
components feat 静态完成V1.0 2024-06-10 23:22:45 +08:00
lang Initial commit 2024-05-02 21:38:51 +08:00
layout Initial commit 2024-05-02 21:38:51 +08:00
middleware Initial commit 2024-05-02 21:38:51 +08:00
pages feat 静态完成V1.0 2024-06-10 23:22:45 +08:00
plugins feat 添加首页样式 2024-05-04 00:00:17 +08:00
public feat 静态完成V1.0 2024-06-10 23:22:45 +08:00
server Initial commit 2024-05-02 21:38:51 +08:00
store Initial commit 2024-05-02 21:38:51 +08:00
style/element Initial commit 2024-05-02 21:38:51 +08:00
utils Initial commit 2024-05-02 21:38:51 +08:00
.env init 初始化网站头部和轮播图 2024-05-03 18:19:56 +08:00
.env.production Initial commit 2024-05-02 21:38:51 +08:00
.gitignore Initial commit 2024-05-02 21:38:51 +08:00
.npmrc Initial commit 2024-05-02 21:38:51 +08:00
i18n.config.ts Initial commit 2024-05-02 21:38:51 +08:00
nuxt.config.ts Initial commit 2024-05-02 21:38:51 +08:00
package-lock.json feat 添加首页样式 2024-05-04 00:00:17 +08:00
package.json feat 添加首页样式 2024-05-04 00:00:17 +08:00
README.md Initial commit 2024-05-02 21:38:51 +08:00
tsconfig.json Initial commit 2024-05-02 21:38:51 +08:00
yarn.lock feat 添加首页样式 2024-05-04 00:00:17 +08:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3003

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.