Skip to content
/ goo Public

Abstraction layer for building WebComponents with Vue-like SFC syntax

Notifications You must be signed in to change notification settings

hugoaboud/goo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goo

Yet another JS Front-End framework.

This one is focused on generating tiny single-HTML applications for embedded systems, preferably without depending on any CDN, for offline use.

It uses webpack to build native WebComponents from a vue-like SFC syntax. It attempts to solve basic issues with the interaction between JS and DOM, in order to make the development with vanilla JS/HTML5 more fluid. Nothing else.

How to Use

How to Contribute

  1. Clone the repository
git clone https://github.com/hugoaboud/goo
cd goo
  1. Install NPM dependencies
sh install.sh
  1. Build projects
sh build.sh
  1. Run template
cd template
npm run dev

About

Abstraction layer for building WebComponents with Vue-like SFC syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published