Skip to content

YMC-GitHub/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browserslist-config

desc

browserslist share config for yemiancheng

quick to use with production?

# install him
npm install browserslist-config-yemiancheng

# use him
#add as below in your package.json
:<<note
  "browserslist": [
    "extends browserslist-config-yemiancheng/index.js"
  ]
note

use moblie share config

#add as below in your package.json
:<<note
  "browserslist": [
    "extends browserslist-config-yemiancheng/mobile.js"
  ]
note

use desktop share config

#add as below in your package.json
:<<note
  "browserslist": [
    "extends browserslist-config-yemiancheng/desktop.js",
  ]
note

quick to use with developer

# install him
git clone https://github.com/YMC-GitHub/browserslist-config.git

# install his deps
npm install

#run some cmd 
#...
#to get the browsers list for your project?
npx browserslist

#you want to use some feat?
#can i use css feat flex?
caniuse flex
#can i use js feat websockets?
caniuse websockets
#...

#can i use my css file app.css with the browsers list xx ?
#doiuse --browsers "ie >= 9, > 1% in CN, last 2 versions" ./dist/app.css

some tool

some data

in the year (201807-201907), in China , each platform usage rate data

in the year (201807-201907), in China , each os usage rate data

in the year (201807-201907), in China , each browser usage rate data

in the year (201807-201907), in China , each search-engine usage rate data

in the year (201807-201907), in China , each social-media usage rate data

in the year (201807-201907), in China , each screen-resolution usage rate data

About

my browserslist share config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published