FountainJS / generator-fountain-vue

Yeoman 'fountain' generator to start a webapp with Vue http://fountainjs.io
MIT License
103 stars 12 forks source link

Build version doesn't work #15

Open EM-LilianaIturribarria opened 7 years ago

EM-LilianaIturribarria commented 7 years ago

Hi guys, if i run: gulp build or npm run build it generates the css and js files of my app and vendor. However the vendor files are incomplete... Vue is not found.

.yo-rc.json

{ "generator-fountain-vue": { "version": "1.0.0", "props": { "resolved": "C:\\Users\\liliana.iturribarria\\AppData\\Roaming\\npm\\node_modules\\generator-fountain-vue\\generators\\app\\index.js", "namespace": "fountain-vue:app", "_": [], "framework": "vue", "js": "babel", "modules": "webpack", "css": "less", "ci": [], "sample": "techs", "router": "router" } } }