we-theme-admin-default

1.0.1 • Public • Published

wejs-theme-admin-default

Default We.js administrative 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-admin-default

3 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 tasks
Run the project
# in project folder 
npm run dev

Links

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i we-theme-admin-default

Weekly Downloads

23

Version

1.0.1

License

none

Last publish

Collaborators

  • albertosouza
  • saviogl