我尝试按照以下步骤操作:https://github.com/vuejs/vueify
但是当我尝试运行此命令时:
browserify -t vueify -e src/main.js -o build/build.js
我收到此错误消息:
events.js:72
throw er; // Unhandled 'error' event
^
Error: ENOENT, open 'c:\Users\Justin\phonegap-projects\cc\build\build.js'
如何组织我的项目以使用VueJS和Vueify?或者我该怎么做才能完成给定链接中的步骤?
我的目录结构:
- hooks (part of Phonegap)
- node_modules
- platforms (part of Phonegap)
- plugins (part of Phonegap)
- www (Phonegap directory with the HTML/CSS/JS)
- index.html
- css
- img
- js (I guess I need the compiled file here)
- res
- spec
- views
- index.html
- spec.html
- [file] config.xml
就是说,我现在收到的节点模块(以防万一我错过了):
- babel-plugin-transform-runtime
- babel-preset-es2015
- babel-runtime
- uniq
- vue
- vue-hot-reload-api
- vueify
- vueify-insert-css
答案 0 :(得分:0)
在这种情况下,node
可能只是抱怨,没有build/
文件夹。其余的应该没问题。