kana 开发者社区
Go to file
2024-04-16 18:02:20 +08:00
assets like 与 admin name 2022-02-08 03:37:22 +08:00
components 聊天室头像 修正 2022-07-31 06:08:01 +08:00
layouts 登录页面 + 发表页面 修正 2022-07-31 06:01:58 +08:00
pages 登录页面 + 发表页面 修正 2022-07-31 06:01:58 +08:00
store beta 2022-01-30 13:34:10 +08:00
.gitignore rm lock 2024-04-16 18:02:20 +08:00
LICENSE Initial commit 2022-01-30 04:24:46 +08:00
nuxt.config.js anime 2022-02-07 23:56:33 +08:00
package.json debug 2024-04-16 17:59:47 +08:00
README.md beta 2022-01-30 13:34:10 +08:00
start.sh start 2022-02-02 06:29:32 +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