Skip to content
/ vuecs Public

This repository contains different packages, which provides different minimal vue components.

License

Notifications You must be signed in to change notification settings

tada5hi/vuecs

Repository files navigation

@vue-layout 🏔

main codecov Known Vulnerabilities

What is it?

Vue-Layout is a collection of packages to:

  • simplify layout rendering
  • creating multi tier/level navigations

Table of Contents

Packages

The repository contains the following packages:

  • 🏔 @vue-layout/navigation: A package to render a multi level navigation menu.
  • 🧪 @vue-layout/navigation-demo : An example project on how to use the navigation package.
  • 🧰 @vue-layout/utils: A package for building form and list components on the fly in the vue render function.
  • 🧪 @vue-layout/utils-demo : An example project on how to use the utils package.

Documentation

Coming soon...