Skip to content
/ moon Public
forked from ulissesferreira/moon

🌙 A lightweight Vue 3 component library

License

Notifications You must be signed in to change notification settings

nestle49/moon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌙 Moon

npm (scoped) npm bundle size (scoped) NPM

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.

Usage

First install the library using your prefered package manager

yarn add @ulissesferreira/moon

then you can import the available components like so

import { Button } from '@ulissesferreira/moon'

Available commands

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 dev

Building the documentation

yarn build

Serving the documentation

yarn serve

Building the library bundles

yarn build:library

Analyzing bundle sizes with rollup-plugin-visualizer

yarn analyze

Lint all files

yarn lint

Format all files

yarn format

About

🌙 A lightweight Vue 3 component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 84.6%
  • JavaScript 15.4%