Skip to content

capricornjs/capricorn-frontend

Repository files navigation

mona-template-react

✨✨ React web端项目模版!!

快速使用

先安装全局脚手架

$ npm i -g @monajs/mona-cli

初始化模版

$ npm init

项目启动

npm i
npm start

项目打包

npm run build
  • 打包后文件存储在 assets 文件夹下

eslint

eslint-rules

commitlint

Commit message格式:

<type>: <subject> 注意冒号后面有空格。

type

用于说明 commit 的类别,只允许使用下面7个标识。

  • feat:新功能(feature)
  • fix:修补bug
  • docs:文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor:重构(即不是新增功能,也不是修改bug的代码变动)
  • test:增加测试
  • chore:构建过程或辅助工具的变动

stylelint

stylelint-rules

stylelint-config-standard extends stylelint-config-recommended

规则文档翻译

About

摩羯系统 - 可视化操作界面

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages