1.0.36 • Published 7 months ago
@axe-web/block-dev-tool v1.0.36
Create Block - Development Tool
This project used as:
- Block generator
- Development Environment
Block Generator
To create/generate new block by template use:
npm run generate-blockThe /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.