0.1.54 • Published 2 years ago

hashup-game-uploader v0.1.54

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Hashup Game Uploader

Web-component usage

<hashup-game-uploader appName="Example app"></hashup-game-uploader>

<script type="module" src="https://unpkg.com/hashup-game-uploader?module"></script>
<script>
this.addEventListener('file-uploaded', ({ details }) => console.info(details))
</script>

Install

npm i

Build

npm run build

To watch files and rebuild when the files are modified, run the following command in a separate shell:

npm run build:watch

Testing

npm test
npm test:watch

Alternatively the test:prod and test:prod:watch commands will run your tests in Lit's production mode.

Dev Server

npm run serve

Linting

npm run lint

Static Site

This project includes a simple website generated with the eleventy static site generator and the templates and pages in /docs-src. To build the site, run:

npm run docs

To serve the site locally, run:

npm run docs:serve

To watch the site files, and re-build automatically, run:

npm run docs:watch

The site will usually be served at http://localhost:8000.

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.37

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.40

2 years ago

0.1.38

2 years ago

0.1.39

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.26

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.1

2 years ago