1.1.6 • Published 4 years ago

tngbl-frctl-theme v1.1.6

Weekly downloads
32
License
-
Repository
-
Last release
4 years ago

tngbl-frctl-theme

Tangible web UI theme for Fractal.

See the Fractal documentation for details on configuration and usage.

Installation

npm install tngbl-frctl-theme

Then open fractal.config.js and add the following lines

const mySubTheme = require('tngbl-frctl-theme');
fractal.web.theme(mySubTheme);

Local development

To develop and test the theme inside a fractal project, create the themes folder at the root of your project and clone this repo inside it.

Move into the theme folder

cd themes/tngbl-frctl-theme/

Run

npm link

This will tell your local npm installation that the tngbl-frctl-theme library can be linked into other projects

Now head over to the project that needs to use tngbl-frctl-theme

cd ../..

and run this:

npm link themes/tngbl-frctl-theme

Than you can launch your fractal project (via gulp).

This allows you to modify and see the modifies on the theme in real time without pushing on the repo.

Related links

Develop local node modules

Customize Web UI themes in Fractal

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago