An easy development framework based on angular1.5 using es6 , the management of packages uses webpack. The framework has packaged base controller ,base component ,you just extends them .
steps:
- npm install
- npm run build-dll
- npm start
note:
you need change the base url in index.html to make sure your app runs well.
example:
your web app (such as apache) root path is : apache/var/www/game ,then you need change the
<base href="/">
to
<base href="/game/">