项目作者: dazorni

项目描述 :
Autofocus for the medium editor
高级语言: JavaScript
项目地址: git://github.com/dazorni/medium-editor-autofocus.git
创建时间: 2016-08-08T08:14:59Z
项目社区:https://github.com/dazorni/medium-editor-autofocus

开源协议:MIT License

下载


NPM Version
Build Status

medium-editor-autofocus

Autofocus for the medium editor

Description

This is an extension for the medium-editor. For better user experience it will autofocus the medium-editor at start.

Build dist files

Compile the es2015 module

  1. npm run build
  2. // npm run build:dev
  3. // npm run build:prod

Run tests

  1. npm run test