rayine-ui/docs
2024-11-23 17:58:06 +08:00
..
components feat(Button): add match and invert color mode 2024-11-23 17:58:06 +08:00
composables 🎨 fix(docs): interactive colors rendering and lint code 2024-11-22 01:35:58 +08:00
content feat(Button): add match and invert color mode 2024-11-23 17:58:06 +08:00
layouts lint code 2024-11-20 04:39:14 +08:00
pages feat(Button): add match and invert color mode 2024-11-23 17:58:06 +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 feat(message): new component messages and message 2024-11-22 16:53:46 +08:00
nuxt.config.ts feat(Button): add match and invert color mode 2024-11-23 17:58:06 +08:00
package.json 📝 docs(interactive): add interactive props 2024-11-22 01:23:09 +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.