Vue Scaff

vuePress-theme-reco joenix    2020
Vue Scaff

Choose mode

  • dark
  • auto
  • light
Guide
Development
Template
Languages
  • English
  • 简体中文
GitHub

joenix

0

Article

0

Tag

Guide
Development
Template
Languages
  • English
  • 简体中文
GitHub
  • Guide

    • Introduction
    • Getting Started
    • Directory Structure
    • Deploying

vuePress-theme-reco joenix    2020

Introduction


joenix

# 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. 💯

REPO on GITHUB

# 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 for hybrid compatibility.
  • And methods of utils can be called in store.
  • 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 and response.

Version 0.1

  • New approach syntax sugar of vue instantiation.
  • Preset to simply create project.
Edit this page on GitHub
Last Updated: 7/11/2020, 4:05:56 PM
  • How It Works
  • History