1.0.13 • Published 8 years ago

we-theme-cluster v1.0.13

Weekly downloads
57
License
-
Repository
github
Last release
8 years ago

we-theme-cluster a we.js theme

We.js cluster theme based in: http://readytheme.net/demo/cluster/

How to develop:

install for development:

1 install all dependencies

npm install

2 link this theme as npm module in your we.js project

#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-cluster

3 change your project settings to use this theme:

file: project/config/themes.js

module.exports.themes = {
    enabled: [
      'we-theme-cluster',
      'we-theme-admin-default'
    ],
    app: 'we-theme-cluster',
    admin: 'we-theme-admin-default'
};

Run the theme tasks and project

Run the tasks
# in  theme folder
npm run tasks
Run the project
# in project folder
npm run dev

License

MIT

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago