sukobuto / aurelia-summernote-sample

Sample app with Aurelia and summernote (wysiwyg editor)

Home Page:http://aurelia-summernote-sample.sukobuto.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-summernote-sample

The sample application with Aurelia and Summernote

You can see how to customize Summernote picture plugin.

DEMO

Running The App

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. Ensure that jspm is installed. If you need to install it, use the following command:
npm install -g jspm

Note: jspm queries GitHub to install semver packages, but GitHub has a rate limit on anonymous API requests. It is advised that you configure jspm with your GitHub credentials in order to avoid problems. You can do this by executing jspm registry config github and following the prompts. If you choose to authorize jspm by an access token instead of giving your password (see GitHub Settings > Personal Access Tokens), public_repo access for the token is required.

  1. Install the client-side dependencies with jspm:
jspm install -y

Note: Windows users, if you experience an error of "unknown command unzip" you can solve this problem by doing npm install -g unzip and then re-running jspm install.

  1. To build and run the app, execute the following command:
gulp watch
  1. Browse to http://localhost:9000 to see the app.

About

Sample app with Aurelia and summernote (wysiwyg editor)

http://aurelia-summernote-sample.sukobuto.com/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 90.3%Language:HTML 5.5%Language:CSS 4.1%