npm i --save ns-vue-loader
- 版本:0.1.2
- GitHub: https://github.com/tralves/ns-vue-loader
- NPM: https://npmjs.net.cn/package/ns-vue-loader
- 下载量
- 昨天: 0
- 上周: 0
- 上个月: 0
ns-vue-loader
Vue.js 组件加载器,针对 Webpack 进行定制,以适应 nativescript-vue。
您可以使用以下格式编写组件
开始的最佳方式是使用 tns 命令行工具和 nativescript-cue-webpack-template
tns create hello-ns-vue --template https://github.com/tralves/nativescript-vue-webpack-template
这将为您设置一个基本的 Webpack + nativescript-vue
项目,其中 *.vue
文件可以立即使用!
这是对 vue-loader
的定制。对于高级 vue-loader
配置,请参阅 文档。