Ezreal
Reducing the steps that need to be repeated many times in every day of development.
![image](https://imgsa.baidu.com/forum/w%3D415/sign=7f382f8a8bd4b31cf03c95bab2d4276f/40391224ab18972be1d23403e6cd7b899f510a39.jpg)
Docs
npm i ezreal-cli -g
- curd
ezreal-cli curd
- dev
- ✅ Yes, even if only the react component file can run
- ✅ Support hot update
ezreal-cli dev ./index.tsx
import "./index.scss"
export default class App extends React.Component<{}, {}> {
render() {
return (
<div className="appWrap">
Hello Word !
</div>
)
}
}
Now
- ✈️ Can quickly generate a curd application to the current project
. Now only the antd-ts-react version of curd. Of course, more versions can be added in the future.
- 📦 Support quick start a dev service
Features
- 🔥 Abstract more modules needed for daily development
- 🐠 Support more front-end frameworks
FAQ
Why is it called ezreal ?
It's the same way dva and roadhog are named. The difference is that ezreal is a hero of lol.
![image](https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1522346982461&di=6ff5af0a26bf149d7c8c5fdef9aee881&imgtype=0&src=http%3A%2F%2Fn3.belagame.com%2Fx3%2Fforum%2F201606%2F23%2F122841ylcwjh1cx31vh0hh.jpg)
LICENSE
MIT