約定式提交規(guī)范
Description
在VSCode中使用約定式提交規(guī)范。
Demo1
docs(.gitignore): Change gitignore file.
Change contents in gitignore file.
add .history in the last line.
BREAKING CHANGE: Hide local .history file.
Closes #15
-----
Demo2
chore(common): 安裝 sass
安裝node-sass
安裝sass-loader
BREAKING CHANGE: 使用 scss 編寫樣式
Closes 17,48
------
Demo3
feat(style): style 目錄下增加 scss 樣式文件。
- Settings 層:定義公共變量;
- Tools 層:引入SassMagic工具庫;
- Acss 層:極限復(fù)用樣式;
BREAKING CHANGE: CSS架構(gòu)之Settings層、Tools層、Acss層代碼實現(xiàn);
Closes /src/style/
------
Demo4
feat(components): 封裝基礎(chǔ)組件。
- 封裝基礎(chǔ)按鈕組件;
- 封裝基礎(chǔ)輸入框組件;
- 封裝基礎(chǔ)下拉框組件;
- 封裝基礎(chǔ)表格組件;
BREAKING CHANGE: 封裝基礎(chǔ)組件;
Closes /src/components/knowledge/base/
------
Demo5
feat(components): 封裝基礎(chǔ)組件。
- 封裝基礎(chǔ)按鈕組件;|- 封裝基礎(chǔ)輸入框組件;|- 封裝基礎(chǔ)下拉框組件;|- 封裝基礎(chǔ)表格組件;|
BREAKING CHANGE: 封裝基礎(chǔ)組件;
Closes /src/components/knowledge/base/
------
Demo6
feat(components): Encapsulates the base components.
- ApwButton|- ApwInput|- ApwSelect|- ApwTable|
BREAKING CHANGE: Export
Closes /src/components/knowledge/base/index.js
------
Demo7
feat(components): modal components
ApwDialog|ApwDialogTipsModal
Closes /src/components/knowledge/modal/
------
Demo8
feat(components): knowledge/layout
ApwKnowledgeContainer|ApwKnowledgeHeader|ApwKnowledgeMain|ApwKnowledgeFooter
Closes /src/components/knowledge/layout
feat(components): knowledge