os-elements
v0.15.0
Published
Reusable Angular1 components, from Ordnance Survey
Readme
OS Elements Home
initial setup for development
npm install
typings install
npm run build
http-server -p 8080 .now visit localhost:8080/demos/basic
other tasks for development
webpack
webpack --config webpack.demos.config.jsunit testing
npm testtest driven development
npm run test-watcher
[you may edit source and unit test, all changes will be automatically detected and cover by tests]documentation
npm run build
http-server -p 8080 .
# open chrome to localhost:8080/docs/
`