/nypr-design-system-vue

The repo for Radial, NYPR's Design System! Codeowner: @kimlarocca

Primary LanguageHTML

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.

Setup

Make sure to install the dependencies

npm install

Storybook

npm run storybook

Development

Start the development server on http://localhost:3000

npm run dev

Notes

If you have trouble starting the development server, make sure you have the latest Nuxt installed by running:

npm install nuxt3@latest

Production

Build the application for production:

npm run build

Checkout the deployment documentation.