kana 开发者社区
assets | ||
components | ||
layouts | ||
pages | ||
store | ||
.gitignore | ||
LICENSE | ||
nuxt.config.js | ||
package.json | ||
README.md | ||
start.sh |
kana-bbs
kana 开发者社区, 使用 Nuxt3 构建
Setup
Make sure to install the dependencies
yarn install
Development
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build
yarn start