Skip to content

arielnetworks/textarea-autocomplete

Repository files navigation

textarea-autocomplete

demo image

Closure Library implementation of http://qiita.com/yuku_t/items/fb92e173120db72e49ed

Try Demo

  1. Trun on your static resources server such as nginx or apache.
    • Suppose $HOME/Sites is its public root.
    • Suppose 4000 is the port.
  2. cd $HOME/Sites
  3. git clone git@github.com:arielnetworks/textarea-autocomplete.git
  4. cd textarea-autocomplete
  5. npm install
  6. Go http://localhost:4000/textarea-autocomplete/

Start Develop

  1. npm run plovr
  2. Go http://localhost:4000/textarea-autocomplete/dev.html

Want fixclosure?

npm run fixclosure

Want recompile less?

npm run less

or

npm run watch-less

Want deploy to ./dest directory?

npm run build

License

Apache v2 License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published