1.0.6 • Published 8 years ago

we-theme-pratt v1.0.6

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

we-theme-pratt a we.js theme

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

3 change your project settings to use this theme:

file: project/config/themes.js

module.exports.themes = {
    enabled: [
      'we-theme-pratt',
      'we-theme-admin-default'
    ],
    app: 'we-theme-pratt',
    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

Build with pratt theme

Link: http://blacktie.co/demo/pratt/

License

MIT

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.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago