Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awes-io/indigo-layout
🦄Basic theme for Awes.io: UI interface with Blade components for fast start
https://github.com/awes-io/indigo-layout
admin-dashboard awes-io dashboard interface interface-builder layout ui ui-components ui-kit vue vuejs
Last synced: 6 days ago
JSON representation
🦄Basic theme for Awes.io: UI interface with Blade components for fast start
- Host: GitHub
- URL: https://github.com/awes-io/indigo-layout
- Owner: awes-io
- License: mit
- Created: 2019-04-28T11:52:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T13:09:10.000Z (over 5 years ago)
- Last Synced: 2024-06-19T00:36:34.382Z (8 months ago)
- Topics: admin-dashboard, awes-io, dashboard, interface, interface-builder, layout, ui, ui-components, ui-kit, vue, vuejs
- Language: HTML
- Homepage: https://www.awes.io
- Size: 10.2 MB
- Stars: 44
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Indigo Layout
Basic styles and components set for building user interfaces.
##
![]()
## Documentation
[Documentation](https://www.awes.io/documentation/components/indigo-layout)
## NPM scripts
Development mode `npm run watch` or simply `npm start`
Development mode for IE `npm run watch:legacy`
Production build `npm run build`## Installation
This package can be used in Laravel 5.7 or higher.
You can install the package via composer:
``` bash
$ composer require awes-io/indigo-layout
```You can publish the config file with:
```bash
php artisan vendor:publish --provider="AwesIO\IndigoLayout\IndigoLayoutServiceProvider" --tag="config"
```## Support Us
## License
[MIT](http://opensource.org/licenses/MIT)