Skip to content
Tools For React Component
JavaScript Other
Branch: master
Clone or download

Latest commit

Latest commit 7838596 Mar 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin support server Feb 15, 2016
config update tslint May 7, 2019
lib remove options and notes May 18, 2019
public move change padding as btn Sep 4, 2018
scripts add verbose support Dec 25, 2018
views fix logic of padding Sep 4, 2018
.editorconfig init Dec 23, 2014
.eslintignore support server Feb 15, 2016
.eslintrc.js Upgrade eslint and introduce prettier Apr 9, 2018
.gitignore add title and icon config Jan 31, 2019
.npmignore init Dec 23, 2014
.prettierrc Profile moved to test folder Dec 24, 2018
README.md bump 9.0.0 Dec 20, 2018
package.json lock more version Mar 12, 2020

README.md

rc-tools

offline tools for react component

NPM version gemnasium deps node version npm download david-dm

Usage

$ rc-tools run lint: run lint by https://github.com/airbnb/javascript
$ rc-tools run pub: compile and npm publish
$ rc-tools run watch --out-dir=/xx: watch and compile to /xx, default to lib
$ rc-tools run build: build examples
$ rc-tools run gh-pages: push example to gh-pages
$ rc-tools run start: start dev server

package.json demo

({
  config: {
    entry:{}, // webpack entry for build dist umd
    port: 8000, // dev server port
    output:{}, // webpack output for build dist umd
  }
})

History

9.0.0

  • upgrade all deps
  • add test task

8.0.0

  • upgrade eslint to the latest version
  • introduce prettier

7.0.0

  • upgrade to webpack3

6.0.0

  • move test to rc-test
You can’t perform that action at this time.