code-origin/pc
chenbo e01e52612e init 2023-11-08 17:59:25 +08:00
..
api init 2023-11-08 17:59:25 +08:00
assets init 2023-11-08 17:59:25 +08:00
components init 2023-11-08 17:59:25 +08:00
composables init 2023-11-08 17:59:25 +08:00
constants init 2023-11-08 17:59:25 +08:00
enums init 2023-11-08 17:59:25 +08:00
layouts init 2023-11-08 17:59:25 +08:00
middleware init 2023-11-08 17:59:25 +08:00
nuxt init 2023-11-08 17:59:25 +08:00
pages init 2023-11-08 17:59:25 +08:00
plugins init 2023-11-08 17:59:25 +08:00
public init 2023-11-08 17:59:25 +08:00
scripts init 2023-11-08 17:59:25 +08:00
stores init 2023-11-08 17:59:25 +08:00
typings init 2023-11-08 17:59:25 +08:00
utils init 2023-11-08 17:59:25 +08:00
.env.development.example init 2023-11-08 17:59:25 +08:00
.env.example init 2023-11-08 17:59:25 +08:00
.env.production.example init 2023-11-08 17:59:25 +08:00
.eslintrc.cjs init 2023-11-08 17:59:25 +08:00
.gitignore init 2023-11-08 17:59:25 +08:00
README.md init 2023-11-08 17:59:25 +08:00
app.vue init 2023-11-08 17:59:25 +08:00
global.d.ts init 2023-11-08 17:59:25 +08:00
nuxt.config.ts init 2023-11-08 17:59:25 +08:00
package-lock.json init 2023-11-08 17:59:25 +08:00
package.json init 2023-11-08 17:59:25 +08:00
tailwind.config.js init 2023-11-08 17:59:25 +08:00
tsconfig.json init 2023-11-08 17:59:25 +08:00
yarn.lock init 2023-11-08 17:59:25 +08:00

README.md

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 --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.