Introduction
# Introduction
Vue Scaff arms to be a progressive vue-engineering scaffold for help Developers build and deploy apps simply. It ensures the various projects work smoothly with sensible defaults. Then you can focus on writing your app instead of spending days wrangling with configurations. As the same time, it still offers the flexibility to tweak the config of each part without the need for ejecting. From free to open source, vue-scaff makes app creation lightning fast. 💯
# How It Works
Vue-Scaff based on vue-cli-ecosystem. A vue-scaff project is in fact a web application powered by Vue, Webpack, Vue-Cli-Plugin and Auto-Registry
.
Each page generated by Vue-Scaff is developed using Vue. It can auto-registry routes, modules, components and more, when in process of development. And also can enjoy the convenience of vue.config.js
# History
Version 0.4
- Canonical version output.
- Better performance.
- New approach syntax sugar of registry.
- Add configuration file.
Version 0.3
- Rewrite
http
forhybrid
compatibility. - And methods of
utils
can be called instore
. - Add global registration.
- Add injection file.
Version 0.2
- Simply directory structure.
- Auto registry mode to support
store
,route
,utils
and more. http
apis, easily to use.- Interceptor of
request
andresponse
.
Version 0.1
- New approach syntax sugar of
vue
instantiation. - Preset to simply create project.