A lightweight Vue 3 component library.
When you are starting a new prototype you want to be able to develop features fast. We created this component library as a way for us to build products quickly without having to deal with complicated packages and a huge bundle sizes.
First install the library using your prefered package manager
yarn add @ulissesferreira/moonthen you can import the available components like so
import { Button } from '@ulissesferreira/moon'Here is a list of all available npm commands.
Starting the dev environment We use Vue Press to hold our component documentation and examples
yarn devBuilding the documentation
yarn buildServing the documentation
yarn serveBuilding the library bundles
yarn build:libraryAnalyzing bundle sizes with rollup-plugin-visualizer
yarn analyzeLint all files
yarn lintFormat all files
yarn format