kana 开发者社区
Go to file
2022-02-06 13:11:45 +08:00
assets docs 2022-02-06 12:08:19 +08:00
components chat 2022-01-31 14:21:50 +08:00
layouts docs 2022-02-06 12:08:19 +08:00
pages bate 2022-02-06 13:11:45 +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 font icon 2022-01-30 18:17:15 +08:00
package.json 实现排序 2022-02-05 16:08:54 +08:00
README.md beta 2022-01-30 13:34:10 +08:00
start.sh start 2022-02-02 06:29:32 +08:00
yarn.lock 实现排序 2022-02-05 16:08:54 +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