0.3.5 • Published 6 years ago

perfect-css v0.3.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

perfect

Perfect is a popular CSS framework based on the modern browser. It can bring you perfect experience and the newest css technology. It is a CSS framework in the future.

http://perfect-css.com/

Note: The Project is developing. In looking forward

Documentation

The Perfect docs use the Jekyll to generator.

If you want to add and contribute to improve the document or translate this document. Please exec the following command to start the document service.

Clone repository from github

git clone git@github.com:joy-web/perfect-css.git
cd perfect-css
npm install

The development environment

At first, You need to install Ruby. The Perfect docs is based on the Ruby.

Jekyll server

npm start

Note: If you exec the command the first, You should exec the following command

  1. Make sure you have installed the ruby. And we use the rvm to manage ruby.
      rvm install 2.4.2 # or the latest version for ruby
      gem update 
      # or 
      sudo gem update
  2. Install jekyll and dependency package.
gem install jekyll bundler
bundle install
# or
bundle update

You can refer to more information to http://jekyllrb.com/

Then, You can open the serve in browser

http://localhost:9090/

Perfect official website

http://perfect-css.com

Build

npm run build

Build jekyll doc

npm run jekyll:docs

Publish to Npm

npm publish

Test

SCSS test

npm run scss-test

push github pages to git branch gh-pages

npm run github-pages

If there is an error, you can view github-pages.md

Other Development

Rouge Theme

Generate a highlighter rouge theme

npm run rouge-theme

Note:

Test Css prefix

npm run css-prefix

Generate Perfect CSS dist zip

npm run generate-zip

Issue

https://github.com/joy-web/perfect-css/issues

CHANGELOG

Please view here

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago