kana 开发者社区
Go to file
2022-01-30 13:34:10 +08:00
components beta 2022-01-30 13:34:10 +08:00
layouts beta 2022-01-30 13:34:10 +08:00
pages beta 2022-01-30 13:34:10 +08:00
store beta 2022-01-30 13:34:10 +08:00
.gitignore beta 2022-01-30 13:34:10 +08:00
LICENSE Initial commit 2022-01-30 04:24:46 +08:00
nuxt.config.js beta 2022-01-30 13:34:10 +08:00
package.json beta 2022-01-30 13:34:10 +08:00
README.md beta 2022-01-30 13:34:10 +08:00
yarn.lock beta 2022-01-30 13:34:10 +08:00

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