Skip to content

基于React + UmiJS + Ant Design Pro实现的OnePiece技术社区项目前端前台模块。该项目基于ByteMD实现博客社区文章发布与渲染、基于CodeMirror实现OJ算法刷题模块的在线程序编辑器代码提示和录入,项目内嵌Web实时通讯开源项目模块和简历在线制作模块。

License

Notifications You must be signed in to change notification settings

CaomaoLufei1999/onepiece-web

Repository files navigation

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.

About

基于React + UmiJS + Ant Design Pro实现的OnePiece技术社区项目前端前台模块。该项目基于ByteMD实现博客社区文章发布与渲染、基于CodeMirror实现OJ算法刷题模块的在线程序编辑器代码提示和录入,项目内嵌Web实时通讯开源项目模块和简历在线制作模块。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published