https://github.com/craigmdennis/smith-design-system-poc
https://github.com/craigmdennis/smith-design-system-poc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/craigmdennis/smith-design-system-poc
- Owner: craigmdennis
- Created: 2025-03-06T12:02:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:04:59.000Z (2 months ago)
- Last Synced: 2025-03-11T13:49:35.619Z (2 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smith-design-system
Bootstrap 5 with Bootstrap Vue Next + Vue 3 + Storybook 8
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
npm run storybook
```### Compile and Minify for Production
```sh
npm run build
```