Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukashirt/touchpoints
Statically generated Vue design system built with NuxtJS
https://github.com/lukashirt/touchpoints
design-system nuxtjs typescript vue vue-docgen-api
Last synced: about 6 hours ago
JSON representation
Statically generated Vue design system built with NuxtJS
- Host: GitHub
- URL: https://github.com/lukashirt/touchpoints
- Owner: LukasHirt
- License: apache-2.0
- Created: 2020-12-05T11:18:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T16:28:20.000Z (about 4 years ago)
- Last Synced: 2025-01-29T05:36:45.084Z (8 days ago)
- Topics: design-system, nuxtjs, typescript, vue, vue-docgen-api
- Language: Vue
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-design-system
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).