rayine-ui/docs
2024-11-24 17:40:55 +08:00
..
components 📝 docs: add since label for component docs 2024-11-24 17:40:55 +08:00
composables 🎨 fix(docs): interactive colors rendering and lint code 2024-11-22 01:35:58 +08:00
content 📝 docs: add since label for component docs 2024-11-24 17:40:55 +08:00
layouts lint code 2024-11-20 04:39:14 +08:00
pages 📝 docs: add since label for component docs 2024-11-24 17:40:55 +08:00
plugins feat{input}: new input component 2024-11-24 05:15:38 +08:00
public 📝 docs: add new logo and ico 2024-11-23 23:59:41 +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
workers feat{input}: new input component 2024-11-24 05:15:38 +08:00
.gitignore 📝 Doc(frame): initial 2024-11-18 19:40:23 +08:00
app.config.ts 📝 docs: add new logo and ico 2024-11-23 23:59:41 +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 🚑 fix(build): update typescript version in package.json 2024-11-24 16:59:28 +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.