【企业官网】阿尔文官网
Go to file
2023-06-30 10:50:43 +08:00
.idea Initial commit 2023-06-28 19:02:53 +08:00
.vscode Initial commit 2023-06-28 19:02:53 +08:00
assets feat 对接新闻接口 2023-06-30 10:50:43 +08:00
components feat 添加新闻类型跳转 2023-06-29 20:42:52 +08:00
layout Initial commit 2023-06-28 19:02:53 +08:00
middleware Initial commit 2023-06-28 19:02:53 +08:00
pages feat 对接新闻接口 2023-06-30 10:50:43 +08:00
plugins Initial commit 2023-06-28 19:02:53 +08:00
public init 2023-06-28 20:08:43 +08:00
server feat 对接新闻接口 2023-06-30 10:50:43 +08:00
store Initial commit 2023-06-28 19:02:53 +08:00
style/element init 初始化 2023-06-29 19:19:30 +08:00
utils Initial commit 2023-06-28 19:02:53 +08:00
.env Initial commit 2023-06-28 19:02:53 +08:00
.gitignore Initial commit 2023-06-28 19:02:53 +08:00
.npmrc Initial commit 2023-06-28 19:02:53 +08:00
nuxt.config.ts init 初始化 2023-06-29 19:19:30 +08:00
package-lock.json init 2023-06-28 20:08:43 +08:00
package.json Initial commit 2023-06-28 19:02:53 +08:00
README.md Initial commit 2023-06-28 19:02:53 +08:00
tsconfig.json Initial commit 2023-06-28 19:02:53 +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.