An open API service indexing awesome lists of open source software.

https://github.com/onface/es6

ES6 library development template
https://github.com/onface/es6

Last synced: 16 days ago
JSON representation

ES6 library development template

Awesome Lists containing this project

README

        

# react-module

## Installation

```shell
npm i -g vue-cli --registry=https://registry.npm.taobao.org
# Mac:
# sudo npm i -g vue-cli --registry=https://registry.npm.taobao.org
npm i -g fis3 --registry=https://registry.npm.taobao.org
# Mac:
# sudo npm i -g fis3 --registry=https://registry.npm.taobao.org
```

```shell
vue init fast-flow/es6 some
```

## Usage

[developers-to-read.md](./template/developers-to-read.md)