1.0.201909201212 • Published 5 years ago

feidao-css v1.0.201909201212

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

feidao-css

样式框架

Pre-Install Windows

  1. git
  2. node.js
  3. c++ & python
cnpm install --global --production windows-build-tools

Pre-Install Linux(Debian/Ubuntu)

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
# or
# wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
nvm install 8.9.1
nvm alias default 8.9.1
sudo apt install python2 gcc

Download

git clone git@gitee.com:feidao-factory/feidao-css.git
cd ./feidao-css/
cnpm install

Update

git pull

Test

npm test

Build

npm run build