Skip to content

基于angular2-webpack-node-ts的快速开发框架

License

Notifications You must be signed in to change notification settings

FunCloud/NodeRocket2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeRocket2

Demo: https://www.dapaer.cn/ (no avalible yet)

  • Angular 2 ( 2.4 final realase )
  • Express
  • jwt ( JSON Web Tokens )
  • Webpack ( packHelper )

Install

git https://github.com/dapaer/NodeRocket2
cd NodeRocket2

# Install dependencies
npm/cnpm install

# start server
npm/cnpm run dev

# Application url: http://localhost:4001


# 打包
npm/cnpm run webpack:jit
npm/cnpm run webpack:aot(由于使用了2.4的ng版本与ng-bootstrap不兼容,该方式打包暂时有问题)

About

基于angular2-webpack-node-ts的快速开发框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.6%
  • JavaScript 14.7%
  • CSS 9.5%
  • HTML 3.2%