1.0.1 • Published 10 years ago
we-theme-admin-default v1.0.1
wejs-theme-admin-default
Default We.js administrative theme
How to develop:
install for development:
1 install all dependencies
npm install2 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-admin-default3 change your project settings to use this theme:
file: project/config/themes.js
module.exports.themes = {
    enabled: [
      'we-theme-admin-default'
    ],
    admin: 'we-theme-admin-default'
};Run the theme tasks and project
Run the tasks
# in  theme folder
npm run tasksRun the project
# in project folder
npm run devLinks
License
MIT
1.0.1
10 years ago
1.0.0
10 years ago
0.3.12
10 years ago
0.3.11
10 years ago
0.3.10
10 years ago
0.3.9
10 years ago
0.3.8
10 years ago
0.3.7
10 years ago
0.3.6
10 years ago
0.3.5
10 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
11 years ago
0.0.7
11 years ago
0.3.0
11 years ago
0.0.6
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago