roman 0d3ae8f03e Added "scroll" layout for scrolling tests.
Added swiperjs rules that fix the height/vertical-scrolling issues of sliders.
2022-12-07 06:38:54 +02:00
2022-11-25 19:42:28 +02:00
2022-12-05 14:26:08 +02:00
2022-12-05 14:26:08 +02:00
2022-12-06 11:32:14 +02:00

Create Block - Development Tool

This project used as:

  1. Block generator
  2. Development Environment

Block Generator

To create/generate new block by template use:

npm run generate-block

The /blocks folder will be generated. Then you can run npm install, npm start to launch the development environment.

Development Environment

Generated blocks are including this repository.
This project is running a nodejs script with browsersync and gulp which improves the development process.

Development / Testing the tool

Run npm run generate-block command and give the development name to the block, it will generate the /blocks folder.

Copy the /development/data and /development/src folders to root folder of project. Now you're ready to run development process: npm run dev.

S
Description
No description provided
Readme 15 MiB
Languages
JavaScript 81.7%
PHP 9.2%
Handlebars 4.7%
SCSS 4.4%