1.0.0 • Published 11 months ago

vue-cli-plugin-varchitect v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Vue Architect

A utility to streamline the setup of various Vue.js application architectures.

Features

  • List Architectures: View a list of all supported Vue.js architectures.
  • SPA Setup: Quickly scaffold a Single Page Application (SPA) structure.
  • Micro-Frontend Setup: Easily set up a Micro-Frontend architecture.

Installation

npm install vue-architect --save-dev

Usage

Listing All Architectures

To view a list of all available architectures:

vue architecture list

Setting Up SPA Architecture

To scaffold an SPA architecture:

vue architecture spa

This command will create necessary folders and files for a standard Vue SPA.

Setting Up Micro-Frontend Architecture

To set up a Micro-Frontend structure:

vue architecture micro-frontend

This will establish the foundational folder structure and files for a Vue Micro-Frontend architecture.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License

MIT. See LICENSE for more details.

1.0.0

11 months ago