Skip to content

weweb-assets/ww-flexbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Element component starter

This is an element for weweb.io.

Installation

To run locally, first install all dependencies with yarn or npm i

Start

To serve locally, run yarn serve --port=[PORT] or npm run serve --port=[PORT], and then go to Weweb editor, open developper popup and add your custom element.

Build

Before release, you can check build error by running yarn build --name=my-element