Skip to content
/ svawc-template Public template

Quick start template repo for Svelte A-Frame WebComponents

Notifications You must be signed in to change notification settings

immers-space/svawc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVAWC template

This is a project template for SVAWC components. It lives at https://github.com/immers-space/svawc-template.

What's a SVAWC? Start here: https://github.com/immers-space/svawc

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:8080. You should see your app running.

Write .svelte components in the src folder, register them in src/main.js, and test them by adding them to public/index.html

Building and releasing to NPM

A production build with sourcemaps is created automatically during the publish process. Just run:

npm publish

About

Quick start template repo for Svelte A-Frame WebComponents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published