Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluwy/material-shadow-preview
Visualize Material Design's elevations and generate CSS!
https://github.com/bluwy/material-shadow-preview
material-design vue vuetify
Last synced: about 11 hours ago
JSON representation
Visualize Material Design's elevations and generate CSS!
- Host: GitHub
- URL: https://github.com/bluwy/material-shadow-preview
- Owner: bluwy
- License: mit
- Created: 2019-07-28T08:01:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T08:55:21.000Z (about 2 years ago)
- Last Synced: 2024-12-15T00:33:31.567Z (about 2 months ago)
- Topics: material-design, vue, vuetify
- Language: Vue
- Homepage: https://material-shadow-preview.netlify.app
- Size: 1.52 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# material-shadow-preview
Visualize Material elevations and shadows easily!
https://material-shadow-preview.netlify.com
## Installation
Make sure you have [npm](https://www.npmjs.com/get-npm) installed.
Setup project
```
npm install
```Serve the project onto developmet server (Local port 8080)
```
npm run serve
```Build for production
```
npm run build
```The project uses [Vue CLI](https://cli.vuejs.org/), so other supported commands would work too.
## Contributing
Pull request are welcome. For any issues or feature requests, open an issue first. Thanks :)
## License
MIT