kana 开发者社区
Go to file
2022-02-02 06:29:32 +08:00
assets icon 2022-02-01 07:54:49 +08:00
components chat 2022-01-31 14:21:50 +08:00
layouts 不记得写了什么.. 2022-02-02 06:15:27 +08:00
pages 不记得写了什么.. 2022-02-02 06:15:27 +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 font icon 2022-01-30 18:17:15 +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 font icon 2022-01-30 18:17:15 +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