CodeGetters / StudTWork

Studious blog sysytem. monorepo 管理的适用于学习的博客系统

Home Page:https://studtwork.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StudTWork

English | 简体中文

FOSSA Status

A front end uses Vue3.3 + Vite technology, and the back end uses the blog front and back end system built by koa2

Installation

Requires:

  • node >= 16

  • pnpm >= 8

$ git clone https://github.com/CodeGetters/studTBack.git

# recommend
$ pnpm install

# or

$ npm install

Usage

# 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

Contribution

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

License

Apache 2.0

FOSSA Status

About

Studious blog sysytem. monorepo 管理的适用于学习的博客系统

https://studtwork.vercel.app/

License:Apache License 2.0


Languages

Language:JavaScript 89.7%Language:Vue 7.2%Language:CSS 1.7%Language:Less 1.0%Language:HTML 0.3%Language:Shell 0.1%Language:TypeScript 0.1%