No description
  • CSS 41.4%
  • JavaScript 36.6%
  • Vue 21.4%
  • TypeScript 0.6%
Find a file
2026-02-28 23:10:33 +08:00
app feat(ui): add classical trigram labels and directions 2026-02-28 23:10:33 +08:00
docs/plans docs: add daoist bagua UI implementation plan 2026-02-28 22:59:29 +08:00
i18n/locales feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
public feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
tests feat(ui): add classical trigram labels and directions 2026-02-28 23:10:33 +08:00
.gitignore chore: ignore local worktrees directory 2026-02-27 20:11:52 +08:00
nuxt.config.ts feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
package-lock.json feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
package.json feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
README.md feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +08:00
tsconfig.json feat: add mobile-first nayin five-elements site with zh-hant/zh-hans 2026-02-27 20:25:40 +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.