Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriouslag/vuepoint
Collection of reusable Vue components using storybook and typescript
https://github.com/seriouslag/vuepoint
storybook typescript vue vuejs
Last synced: 6 days ago
JSON representation
Collection of reusable Vue components using storybook and typescript
- Host: GitHub
- URL: https://github.com/seriouslag/vuepoint
- Owner: seriouslag
- Created: 2019-05-11T22:27:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T17:40:33.000Z (about 3 years ago)
- Last Synced: 2024-12-18T00:26:31.948Z (about 2 months ago)
- Topics: storybook, typescript, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 934 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuepoint
Requirements: node 12+
## Project setup
``` bash
yarn install
`````` bash
yarn bootstrap
```### Compiles storybook and hot-reloads for development
``` bash
yarn start
```### Compiles and minifies storybook for deployment
``` bash
yarn storybook:build
```### Compiles and minifies packages for production
``` bash
yarn build
```### Run unit tests
``` bash
yarn test:unit
```### Lints and fixes files
``` bash
yarn lint
```