Skip to content

An easy development framework based on angular1.5 using es6

Notifications You must be signed in to change notification settings

zhougit86/angular1-fm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular1-fm

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:

  1. npm install
  2. npm run build-dll
  3. 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/">

About

An easy development framework based on angular1.5 using es6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%