English | 简体中文
A front end uses Vue3.3 + Vite technology, and the back end uses the blog front and back end system built by koa2
Requires:
-
node >=
16
-
pnpm >=
8
$ git clone https://github.com/CodeGetters/studTBack.git
# recommend
$ pnpm install
# or
$ npm install
# front
$ pnpm dev:front
# back
$ pnpm dev:back
# build
$ pnpm build:front
# or you just want to build with mock data
$ pnpm build:front-mock
If you would like to work on the TODO
project, please submit your pr
to the dev
branch 👀
Most importantly: run a command to check the code before committing it🤞
# This will prevent your code from being reset
$ pnpm lint
Apache 2.0