Skip to content

demokracie21/angular-block-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-block-editor Bower version

Extensible block editor component for AngularJS.

It is built using:

  • AngularJS - browser js framework
  • Less - CSS preprocessor
  • NodeJS/npm - server side javascript / nodejs packaging system

Usage

To see how it's used, have look at the files in the examples directory.

To see the examples in your browser, run

npm install
gulp connect

and then visit http://localhost:8080.

Browser

Include angular-block-editor.min.js and angular-block-editor.css.

Bower

Run bower install angular-block-editor.

NPM

Run npm install angular-block-editor.

Webpack

Install using NPM as described above and then require in your code using:

require('angular-block-editor')

If you want to include basic styles too, use:

require('angular-block-editor/dist/angular-block-editor.css')

Development

When developing locally, npm link angular-block-editor is sufficient.

When you need to push it to servers, don't forget to tag the release, push it to the git repository and finally update the dependency in the target project.

Versioning

We stick to semver. Create tag for each version.

About

Block-based content editor for AngularJS for consistent and styleable content editing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •