tsspa
v0.5.4
Published
A TypeScript react spa web Generator CLI
Downloads
20
Readme
TSSPA
TSSPA can generate SPA Web in Typescript + React + Webpack
How to use
- get tsspa
npm install tsspa -g- generate you project such as:
tsspa -i my_projectyou can see
my_projecthad been created.Then you can:- open the project that you created :
open my_project- use
yarnornpmto install Dependencies.
yarn install- use webpack to start server for this project.
yarn dev- now you can open http://localhost:8080 in your browser.
TODO
- [x] clean all the warnings
- [x] add prod/dev config
- [x] add react-loadable
- [x] add command to generate view template.
- [x] build in CI.
- [x] 中文 Readme
- [x] publish in npm.
- [ ] add e2e test.
License
Copyright (c) 2018-present, Jandou
