1.1.0-beta • Published 6 years ago

universal-editor v1.1.0-beta

Weekly downloads
9
License
MIT
Repository
-
Last release
6 years ago

Build Status

Universal editor

Universal editor to edit the entities from RESTful service.

Building

Recommendation: running console with Administrator permissions. Address http://universal-editor.test is including into host file and open in browser. If don't running console this way, have to enter http://universal-editor.test in host file manually as new line like this

127.0.0.1 universal-editor.test

For testing the application you need to install karma-cli globally with command

npm install -g karma-cli

Install dependencies:

  1. npm install
  2. bower install

Run build:

  • npm run dev: build and watch sources, create web server.
  • npm run dev --prod: build minified version and watch sources, create web server.
  • npm run build: build to ./dist directory.
  • npm run test: run unit-tests of the application.

Documentation

1.1.0-beta

6 years ago

1.0.0

6 years ago

1.0.0-beta

7 years ago

1.0.0-alpha6

7 years ago

1.0.0-alpha5

7 years ago

1.0.0-alpha4

7 years ago

1.0.0-alpha

8 years ago