1.0.13 • Published 9 years ago

we-theme-cluster v1.0.13

Weekly downloads
57
License
-
Repository
github
Last release
9 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

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago