Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 588 Bytes

single-spa-es5-angularjs

A single-spa example with an es5 angularjs app. Note that this example is extremely minimalistic and intended just to show that single-spa with es5 is possible. It is not intended to be full blown starter-kit for those with es5 angularjs apps.

See this issue for the inspiration behind this repository.

Usage

npm install # or yarn install
npm start

Note that this requires [email protected] or above.