@ris/cli

ris command line.

Usage no npm install needed!

<script type="module">
  import risCli from 'https://cdn.skypack.dev/@ris/cli';
</script>

README

@ris/cli

Command tool for RIS.

RIS, React Integrated Solution. RIS's target is to provide a basic build solution that high scalability. Through this toolset we focus on output some best practice about react.

Quick Start

npx create-ris ris-app
cd ris-app
npm start

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Features

  • ✔︎ Out of the box, with empty application and standard application which built-in react, react-router, etc.
  • ✔︎ High scalability, can highly customize your application and build configuration.
  • ✔︎ Ultimate development experience, with dll to speed up build process, with tools to add component, pages quickly.
  • ✔︎ High performance, code-splitting our app with react-loadable.
  • ✔︎ Predictable state management,built-in xredux which well handle data flow problem.
  • ✔︎ Powerful data mock, mock data in development conveniently.