Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wejs/we-theme-event

We.js default event theme
https://github.com/wejs/we-theme-event

Last synced: about 1 month ago
JSON representation

We.js default event theme

Awesome Lists containing this project

README

        

# We.js Evento free theme

**we-theme-event**

> Default we.js theme for events

Special thanks to shapebootstrap.net team for this free theme

## Installation

```js
ǹpm install --save we-theme-event
```

Add it in file: config/themes.js
```js
module.exports.themes = {
enabled: [
'we-theme-event', // event theme
'we-theme-pratt', // others themes
'we-theme-admin-default',
],
app: 'we-theme-pratt',
admin: 'we-theme-admin-default'
};
```

And add in config/event.js
```js
module.exports.event = {
themes: ['we-theme-event'],
defaultTheme: 'we-theme-event'
};
```

## Build with:

Evento free theme: https://shapebootstrap.net/item/1524963-evento-free-music-event-template

## License

MIT