Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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