Skip to content

Commit

Permalink
feat moo-css-base v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichealWayne committed Feb 8, 2022
1 parent 1706e1c commit a7d15e1
Show file tree
Hide file tree
Showing 197 changed files with 8,780 additions and 7,842 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Moo-CSS
```

## milestones
- 2021.6(plan):webpack/snowpack插件;可视化sketch2code lowcode;
- 2021.12: moo-css-base、moo-css-transformer优化;
- 2021.06:webpack/snowpack插件;可视化sketch2code lowcode;
- 2020.12: sketch2code转换服务;
- 2020.6: 生态插件(Chrome插件,VSCode插件);
- 2020.06: 生态插件(Chrome插件,VSCode插件);
- 2019.12: Moo-CSS写法策略及moo-css-base。

## guide
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Moo-CSS

## install
``` sh
npm i -D moo-css-base
npm i --save moo-css-base
```

## use
Expand Down
4 changes: 1 addition & 3 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Moo-CSS ease demos




## visit

- mobile
- [home page(Zepto)](http://blog.michealwayne.cn/Moo-CSS/demo/mobile/dist/mobileIndex.html)
- [tab page(VueJS)](http://blog.michealwayne.cn/Moo-CSS/demo/mobile/dist/mobileNavs.html)
Expand Down
12 changes: 12 additions & 0 deletions demo/mobile/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// document: https://prettier.io/docs/en/configuration.html

module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
singleQuote: true,
semi: true,
trailingComma: 'es5',
bracketSpacing: true,
arrowParens: 'avoid',
};
15 changes: 10 additions & 5 deletions demo/mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Moo-CSS Mobile demo(Zepto|VueJS)


## install & run

``` sh
npm i
npm run start
npm i && npm run start
```

## visit
### visit

chrome mobile pattern:

- `http://localhost:3000/mobileIndex.html`,原生
- `http://localhost:3000/mobileNavs.html`,vue

## links

- [home page(Zepto)](http://blog.michealwayne.cn/Moo-CSS/demo/mobile/dist/mobileIndex.html)
- [tab page(VueJS)](http://blog.michealwayne.cn/Moo-CSS/demo/mobile/dist/mobileNavs.html)

14 changes: 11 additions & 3 deletions demo/mobile/dist/0.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion demo/mobile/dist/0.css.map

This file was deleted.

13 changes: 11 additions & 2 deletions demo/mobile/dist/0.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{22:function(n,w,o){}}]);
//# sourceMappingURL=0.js.map?c5e42988
/*!
*
* moo-css-demo
* @version: 1.0.0
* @description: a typical Moo-css demo.
* @author: MichealWayne
* @task: test
* @build time: Mon Feb 07 2022 19:31:17 GMT+0800 (GMT+08:00)
*
*/
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{20:function(n,w,o){}}]);
1 change: 0 additions & 1 deletion demo/mobile/dist/0.js.map

This file was deleted.

Loading

0 comments on commit a7d15e1

Please sign in to comment.