nat
nat copied to clipboard
Would you please create a nat start project ?
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!
It's really easy to create a nat-weex project.
- init your weex project
weex create [project name]
- Install
natjs
by npm
cd [project name]
npm i natjs
- Add modules you need
weexpack plugin add [nat moudle]
- Use nat in
.vue
file
maybe could use nat-explorer as template