Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fe Interview | 5,922 | 9 months ago | 1,151 | other | JavaScript | |||||
🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器 | ||||||||||
Vuegg | 2,237 | a year ago | 26 | mit | JavaScript | |||||
:hatching_chick: vue GUI generator | ||||||||||
Webpack Simple | 2,223 | 3 years ago | 22 | JavaScript | ||||||
A simple Webpack + vue-loader setup for quick prototyping. | ||||||||||
Quant Ux | 1,512 | 8 days ago | 78 | gpl-3.0 | Vue | |||||
Quant-UX - Prototype, Test and Learn | ||||||||||
Prevue | 1,321 | 6 months ago | 10 | Vue | ||||||
🎨 All in One Prototyping Tool For Vue Developers. | ||||||||||
Vuse | 540 | 2 years ago | 31 | mit | JavaScript | |||||
🚧 Build web pages with Vuse, the next-gen interactive page builder powered with Vue.js. | ||||||||||
Vite Tailwind Starter | 442 | 3 days ago | 1 | Vue | ||||||
Starter using Vite + Tailwind for super fast prototyping | ||||||||||
Protovue | 193 | 5 years ago | 3 | mit | Vue | |||||
A prototyping component library | ||||||||||
Mydailylearn | 134 | 10 days ago | 1 | JavaScript | ||||||
🚀 Important commands, Code Snippets, Basics on different topics learning daily 📚🎉! | ||||||||||
Vue Rollup Boilerplate | 119 | 2 months ago | JavaScript | |||||||
A simple rollup, vue-loader and esbuild setup for quick prototyping. |
A simple Vue 2.0 Webpack &
vue-loader
setup for quick prototyping. Note this template is not suitable for production - for that you may want to use the full webpack template.
This template is Vue 2.0 compatible. For Vue 1.x use this command:
vue init webpack-simple#1.0 my-project
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init webpack-simple my-project
$ cd my-project
$ npm install
$ npm run dev
npm run dev
: Webpack + vue-loader
with proper config for source maps & hot-reload.
npm run build
: build with HTML/CSS/JS minification.
For detailed explanation on how things work, consult the docs for vue-loader. Also check out the breaking changes in [email protected].
You can fork this repo to create your own boilerplate, and use it with vue-cli
:
vue init username/repo my-project