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-default

Clean we.js theme with bootstrap
https://github.com/wejs/we-theme-default

Last synced: about 1 month ago
JSON representation

Clean we.js theme with bootstrap

Awesome Lists containing this project

README

        

# we-theme-default a we.js theme

## How to develop:

### install for development:

#### 1 install all dependencies
```sh
npm install
```

#### 2 link this theme as npm module in your we.js project
```sh
#First in your theme folder:
## you may need sudo for this command
ǹpm link
# then enter in your project and type:
npm link we-theme-default
```

#### 3 change your project settings to use this theme:

**file:** [project]/config/themes.js
```js
module.exports.themes = {
enabled: [
'we-theme-default',
'we-theme-admin-default'
],
app: 'we-theme-default',
admin: 'we-theme-admin-default'
};
```

### Run the theme tasks and project

##### Run the tasks
```sh
# in theme folder
npm run tasks
```

##### Run the project
```sh
# in project folder
npm run dev
```

## License

MIT