https://github.com/onehilltech/ember-cli-materializecss
https://github.com/onehilltech/ember-cli-materializecss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onehilltech/ember-cli-materializecss
- Owner: onehilltech
- License: apache-2.0
- Created: 2017-07-11T19:04:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T14:45:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T01:35:56.514Z (over 1 year ago)
- Language: JavaScript
- Size: 830 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-materializecss
ember-cli addon from Materialize CSS.
## Deprecation Notice
This library has been deprecated. We recommend you use [ember-cli-mdc](https://github.com/onehilltech/ember-cli-mdc).
## Installation
* `git clone ` this repository
* `cd ember-cli-materializecss`
* `npm install`
* `bower install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).