vue-cli-plugin-varchitect

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    32
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    32

Package Sidebar

Install

npm i vue-cli-plugin-varchitect

Weekly Downloads

32

Version

1.0.0

License

ISC

Unpacked Size

32.9 kB

Total Files

50

Last publish

Collaborators

  • coder8byte