Skip to content

cold-coder/weibonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

只有微博

一个极简的微博主题 https://userstyles.org/styles/106371/theme

Develop Step

  1. clone repo

    $ git clone https://github.com/cold-coder/weibonly.git
  2. cd weibonly and install node modules

    $ npm install
  3. run npm run dev for development, will generate main.css in current folder

  4. run npm run build to generate compressed and autoprefixed file main.min.css in /build folder