-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1706e1c
commit a7d15e1
Showing
197 changed files
with
8,780 additions
and
7,842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ Moo-CSS | |
|
||
## install | ||
``` sh | ||
npm i -D moo-css-base | ||
npm i --save moo-css-base | ||
``` | ||
|
||
## use | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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){}}]); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.