0.5.4 • Published 6 years ago

tsspa v0.5.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

TSSPA

Build Status GitHub license

TSSPA can generate SPA Web in Typescript + React + Webpack

中文说明

How to use

  1. get tsspa
npm install tsspa -g
  1. generate you project such as:
tsspa -i my_project
  1. you can see my_project had been created.Then you can:

    1. open the project that you created :
    open my_project
    1. use yarn or npm to install Dependencies.
    yarn install
    1. use webpack to start server for this project.
    yarn dev
    1. now you can open http://localhost:8080 in your browser.

TODO

  • clean all the warnings
  • add prod/dev config
  • add react-loadable
  • add command to generate view template.
  • build in CI.
  • 中文 Readme
  • publish in npm.
  • add e2e test.

License

MIT

Copyright (c) 2018-present, Jandou

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago