0.2.3 • Published 3 months ago

mango-vue v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Mango Vue

Mango Vue is a Vue 3 component library based on Vuetify. This library provides a set of reusable UI components that can be used in any Vue 3 project.

Creating new components

  1. Create a new Vue component in the src/components directory.
  2. Export the component in the src/index.ts file.

For example, if you have a component named MyComponent.vue, you can export it like this:

// src/index.ts
export { default as MyComponent } from './components/MyComponent.vue'

Using components in other projects

You can use the components from this library in other projects by importing them like this:

import { MyComponent } from 'mango-ui'

Documentation with VuePress

We use VuePress for documentation. Here are the steps to document a new component:

  1. Navigate to docs/components/README.md and add the new component
  2. Update in docs/guides/README.md component the 'Component' section For more information: https://vuepress.vuejs.org/

To initialize VuePress in local: npx vuepress dev docs

To build Vuepress: npx vuepress build docs

Tips

  • Keep your components small and focused. Each component should do one thing well.
  • Make sure to document all props, events, and slots of your components.
  • Write unit tests for your components to ensure they work as expected.
0.2.1

5 months ago

0.2.0

7 months ago

0.2.3

3 months ago

0.2.2

4 months ago

0.1.9

9 months ago

0.1.8

11 months ago

0.1.7

12 months ago

0.1.6

1 year ago

0.1.3-a4

1 year ago

0.1.3-a3

1 year ago

0.1.3-a2

1 year ago

0.1.3-a1

1 year ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.1-a6

1 year ago

0.0.1-a5

1 year ago

0.0.1-a7

1 year ago

0.0.1-a4

1 year ago

0.0.1-a3

1 year ago

0.0.1-a1

1 year ago