https://github.com/ushliypakostnik/ui-library-starter
Package for npm which makes UI libraries.
https://github.com/ushliypakostnik/ui-library-starter
docs documentation library stylus ui-components vue vuepress
Last synced: about 2 months ago
JSON representation
Package for npm which makes UI libraries.
- Host: GitHub
- URL: https://github.com/ushliypakostnik/ui-library-starter
- Owner: ushliypakostnik
- Created: 2021-08-16T22:19:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T20:08:00.000Z (over 3 years ago)
- Last Synced: 2024-10-17T05:36:31.448Z (7 months ago)
- Topics: docs, documentation, library, stylus, ui-components, vue, vuepress
- Language: Vue
- Homepage: https://www.npmjs.com/package/ui-library-starter
- Size: 4.29 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Components UI Library Starter
[Package on NPM](https://www.npmjs.com/package/ui-library-starter)
[Documentation](https://ui-library-starter.netlify.app/)

### Project setup
```
$ npm install
```### Development documentation
```
$ npm run docs:dev
```### Build documentation
```
$ npm run docs:build
```### Compiles and minifies for production
```
$ npm run build
```### Publish to NPM
```
$ npm version patch
$ npm publish
```