Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/nypr-design-system-vue
The repo for Radial, NYPR's Design System! Codeowner: @kimlarocca
https://github.com/nypublicradio/nypr-design-system-vue
design design-system design-systems storybook vue vuejs
Last synced: 18 days ago
JSON representation
The repo for Radial, NYPR's Design System! Codeowner: @kimlarocca
- Host: GitHub
- URL: https://github.com/nypublicradio/nypr-design-system-vue
- Owner: nypublicradio
- Created: 2020-09-12T02:10:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T16:27:15.000Z (over 1 year ago)
- Last Synced: 2024-11-29T09:19:58.112Z (about 1 month ago)
- Topics: design, design-system, design-systems, storybook, vue, vuejs
- Language: HTML
- Homepage: https://storybook.nypr.digital
- Size: 54 MB
- Stars: 2
- Watchers: 18
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NODE version
14.17.0
# notes
had to downgraded webpack from 5 to version 4 "npm i webpack@4"
had to downgraded sass from ^1.43.4 to "sass": "1.32.13" to allow the "/" for division calc in scss,# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).## Setup
Make sure to install the dependencies```bash
npm install
```## Storybook
```bash
npm run storybook
```## Development
Start the development server on http://localhost:3000```bash
npm run dev
```#### Notes
If you have trouble starting the development server, make sure you have the latest Nuxt installed by running:
```bash
npm install nuxt3@latest
```## Production
Build the application for production:```bash
npm run build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).