natjs / nat

A powerful kit for adding native functionalities to your weex app.
http://natjs.com
282 stars 25 forks source link

Would you please create a nat start project ? #7

Open Eden-Harris opened 7 years ago

Eden-Harris commented 7 years ago

Would you please create a nat start project ?

Hi, dear nat dev, i'm so happy to see such an elegant nat, The ant it's a great project, but I can't use it very well now, i can't create a full, debug and packaged ant + weex project.

It's really disappointing, so please provide a nat + weex start . Perhaps this request is too abrupt, in short, Thanks!

acathur commented 7 years ago

It's really easy to create a nat-weex project.

  1. init your weex project

    weex create [project name]
  2. Install natjs by npm

    cd [project name]
    npm i natjs
  3. Add modules you need

    weexpack plugin add [nat moudle]
  4. Use nat in .vue file

kernelj commented 7 years ago

maybe could use nat-explorer as template