1.0.7 • Published 4 years ago
nypr-design-system-vue v1.0.7
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 installStorybook
npm run storybookDevelopment
Start the development server on http://localhost:3000
npm run devProduction
Build the application for production:
npm run buildCheckout the deployment documentation.