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: 7 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T16:27:15.000Z (over 2 years ago)
- Last Synced: 2025-04-13T07:17:39.627Z (7 months ago)
- Topics: design, design-system, design-systems, storybook, vue, vuejs
- Language: HTML
- Homepage: https://storybook.nypr.digital
- Size: 54 MB
- Stars: 2
- Watchers: 17
- 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).