Git Product home page Git Product logo

vue-cli-plugin-kami's Introduction

About

🦊 Preset for Vue application. With a ready-made architecture

NPM plugin

Install

For usage copy and paste it in your directory console

vue add vue-cli-plugin-kami

Architecture

Application architecture

Application architecture

Directory Structure

Generator has created these files:

src
β”œβ”€β”€ helper
β”‚   └── mixins
β”‚       β”œβ”€β”€ dialog.js             πŸ‘ˆ Mixin for dialog components
β”‚       └── main.js               πŸ‘ˆ File with all mixins!
β”œβ”€β”€ middleware
β”‚   β”œβ”€β”€ WebClient.js              πŸ‘ˆ Axios config
β”‚   └── services                  πŸ‘ˆ All app services
β”‚       └── ExampleService.js
β”œβ”€β”€ router
β”‚   β”œβ”€β”€ index.js
β”‚   β”œβ”€β”€ initListners.js           πŸ‘ˆ Inject all listners in router instance
β”‚   β”œβ”€β”€ routes
β”‚   └── listners
β”‚       β”œβ”€β”€ beforeEach.js         πŸ‘ˆ Hook before page started load
β”‚       β”œβ”€β”€ beforeResolve.js      πŸ‘ˆ Hook after all router hook has been resolved
β”‚       └── index.js
└── store
    β”œβ”€β”€ index.js
    β”œβ”€β”€ VuexModule.js             πŸ‘ˆ Π‘lass that describes all Vuex modules
    └── modules
        β”œβ”€β”€ example.js
        └── index.js

vue-cli-plugin-kami's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.