Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-theme-admin-default
Default We.js admin theme.
https://github.com/wejs/we-theme-admin-default
Last synced: about 1 month ago
JSON representation
Default We.js admin theme.
- Host: GitHub
- URL: https://github.com/wejs/we-theme-admin-default
- Owner: wejs
- Created: 2014-11-01T17:18:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T13:12:12.000Z (almost 9 years ago)
- Last Synced: 2024-09-18T10:13:55.356Z (3 months ago)
- Language: CSS
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wejs-theme-admin-default
> Default We.js administrative 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-admin-default
```#### 3 change your project settings to use this theme:
**file:** [project]/config/themes.js
```js
module.exports.themes = {
enabled: [
'we-theme-admin-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
```## Links
> * We.js: https://github.com/wejs/we
> Base theme: http://startbootstrap.com/template-overviews/sb-admin-2/## License
MIT