rayine-ui/docs
2024-11-27 12:35:51 +08:00
..
components docs: update home page 2024-11-27 12:35:51 +08:00
composables 🎨 fix(docs): interactive colors rendering and lint code 2024-11-22 01:35:58 +08:00
content docs: update home page 2024-11-27 12:35:51 +08:00
layouts lint code 2024-11-20 04:39:14 +08:00
pages feat(icon): the wrapper for @nuxt/icon 2024-11-26 19:39:40 +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(icon): the wrapper for @nuxt/icon 2024-11-26 19:39:40 +08:00
package.json chore(icon): add @nuxt/icon support 2024-11-26 17:42:34 +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.