0.2.12 • Published 3 years ago
@metapages/metaframe-ui-widgets v0.2.12
Metaframe: Useful widgets for common metaframe interactions
Fast creation and deployment of advanced metaframe websites.
Target audience: developers building metaframes or any static website where having the core tools of development, building and publishing are packaged and require a small number of commands.
It has everything you need to get a connectable metaframe website up and running and deployed.
Optional features
justfile: setNPM_PUBLISHto anything excepttrueto disable publishing source code in./src/libto npm
Setup/getting started
1) Install just
2) Type: just
That's it. Commands are self-documenting.
Features
vitefor fast buildingpreactfor efficient, fast loading sitestypescriptfor type checkingchakra-ui.comfor the UI frameworkjustfor a single method to build/test/deploy/publishdockerbecause I don't want to touch/rely your host system except where needed
Assumptions:
justwill be the command runner, notnpm(directly) ormakeor any other underlying tech specific command runner.justis the main entry point to control all aspects of the software lifecycle.- Prefer contextual error messages with calls to action over documentation that is not as close as possible to the code or commands. Distance creates indirection and staleness and barriers to keep updated.
- You are building to publish at github pages with the url:
https://<user_org>.github.io/<repo-name>/- github pages 👆 comes with limited options for some config:
- we build browser assets in
./docsinstead of./dist(typical default) so that publishing to github pages is less configuration
- we build browser assets in
- github pages 👆 comes with limited options for some config:
- Operating this repository should be "easy" and enjoyable. It's a product of love and passion, I am hoping that you enjoy using at least just a little bit.