rayine-ui/docs
2024-11-20 14:40:58 +08:00
..
components lint code 2024-11-20 04:39:14 +08:00
content 📝 docs: installation guide 2024-11-20 04:34:31 +08:00
layouts lint code 2024-11-20 04:39:14 +08:00
pages lint code 2024-11-20 04:39:14 +08:00
public 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
server 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
utils lint code 2024-11-20 04:39:14 +08:00
.gitignore 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
app.vue docs framework: tocs, contents, highlighter 2024-11-19 20:53:54 +08:00
nuxt.config.ts 💚 ci use pnpm 2024-11-20 14:40:58 +08:00
package.json 📝 add docs 2024-11-20 04:23:15 +08:00
pnpm-lock.yaml 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
README.md 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
tsconfig.json 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.