This is a section for Weweb. It's a starting point to develop anything.
To run locally, first install all dependencies with yarn
or npm i
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 section.
Before release, you can check build error by running yarn build --name=section-starter-vue