vue-gulp-rollup:使用Vue(.vue文件),Gulp和Rollup的示例项目

时间:2024-02-24 13:11:14
【文件属性】:

文件名称:vue-gulp-rollup:使用Vue(.vue文件),Gulp和Rollup的示例项目

文件大小:18KB

文件格式:ZIP

更新时间:2024-02-24 13:11:14

gulp vue example rollup GulpJavaScript

Vue Gulp汇总 使用Vue(.vue文件),Gulp和Rollup的示例项目 生成并运行 npm install # Single build npm run build # Build and start watching for changes npm run dev 技术决策 Gulp和Rollup :因为更简单,更符合我的需求。 仅将.vue文件用于javascript和模板:这是因为在.vue文件中包含css / postcss / sass / less / every / what不需要一些我不喜欢的东西: Vue汇总插件需要一些不太清晰的代码才能使其与SASS或LE


【文件预览】:
vue-gulp-rollup-master
----.gitignore(68B)
----.eslintrc(23B)
----package.json(863B)
----src()
--------style()
--------app()
--------assets()
--------index.html(227B)
----gulpfile.js(73B)
----LICENSE(1KB)
----gulp()
--------rollup()
--------index.js(500B)
--------config()
--------tasks()
----README.md(4KB)
----circle.yml(37B)

网友评论