kana 开发者社区
Go to file
2022-01-31 07:06:01 +08:00
assets/sass 格局突然变了.. 2022-01-31 07:06:01 +08:00
components 格局突然变了.. 2022-01-31 07:06:01 +08:00
layouts 格局突然变了.. 2022-01-31 07:06:01 +08:00
pages 格局突然变了.. 2022-01-31 07:06:01 +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
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