Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Vue | 68,115 | 3 days ago | 45 | mit | ||||||
🎉 A curated list of awesome things related to Vue.js | ||||||||||
Awesome Cheatsheets | 32,908 | 2 days ago | 85 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Awesome Lowcode | 11,262 | 21 hours ago | 4 | cc0-1.0 | ||||||
国内低代码平台从业者交流 | ||||||||||
Dashy | 10,057 | 7 days ago | 75 | mit | Vue | |||||
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! | ||||||||||
Awesome Vite | 9,368 | a day ago | 15 | mit | JavaScript | |||||
⚡️ A curated list of awesome things related to Vite.js | ||||||||||
Awesome Learning Resources | 4,844 | 3 days ago | 4 | mit | ||||||
🔥 Awesome list of resources on Web Development. | ||||||||||
Awesome Nuxt | 4,721 | 5 days ago | 23 | |||||||
A curated list of awesome things related to Nuxt.js | ||||||||||
Awesome Spring Boot | 4,015 | 5 months ago | 3 | |||||||
Spring Boot Resources | ||||||||||
Awesome Typescript | 3,570 | 6 days ago | 65 | |||||||
A collection of awesome TypeScript resources for client-side and server-side development | ||||||||||
Awesome Stacks | 2,957 | 2 months ago | 10 | cc0-1.0 | JavaScript | |||||
A curated list of tech stacks for building different applications & features |
To facilitate developers to use Vue-cli3
more conveniently, and to build Web applications more efficiently and reasonably.
Node.js (>= 8.*), Npm version 4+(Yarn preferred), and Git.
Online Demo Page: https://vue-cli3.lovejade.cn
# 🎉 clone the project
git clone https://github.com/nicejade/awesome-vue-cli3-example.git your-project-name
cd your-project-name
# ➕ install dependencies & start dev
yarn && yarn start
This boilerplate built on Vue-Cli3 inheriting the previous vue-boilerplate-template project to explore the more efficient construction for high-quality web applications (recommended to read 开箱即用的 Vue Webpack 脚手架模版), Some optimization items are designed, the specific list as followed:
Markdown
to draw the page due to its parsing function.SEO
.Webepack 4.*
. Getting the details on vue.config.js
;Yarn analyz
. Getting the details: Webpack 打包优化之体积篇.Icon
(Svg) component so that you can receive input in different ways and extract Svg into a separate file to avoid repeated loading of resources;TIP: prerender-spa-plugin: Prerenders static HTML in a single-page application. But, it is not required. If you don't need it, you can remove it. Because it requires a lot of dependencies(puppeteer,Chromium: ~170MB Mac, ~282MB Linux, ~280MB Win) to download, this is time consuming.
Copyright (c) 2018-present, nicejade.