1.0.7 • Published 2 years ago

nypr-design-system-vue v1.0.7

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

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

Production

Build the application for production:

npm run build

Checkout the deployment documentation.