Skip to content

Little web UI for interacting with Augur directly in various ways.

License

Notifications You must be signed in to change notification settings

Zoltu/augur-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

augur-helpers

Little helper utilities for interacting with Augur

Contributing

Install

this command will do an npm install for you

npm run vendor

Build

npm run build

Watch

npm run watch

Serve

npm run serve

One caveat with this project is the vendoring of dependencies. To add a runtime dependency:

  1. open build/vendor.ts
  2. create an entry in the array
  3. specify the dependency package name
  4. specify the path within the package that should be copied (whole folder will be vendored, usually this is a dist or out folder)
  5. the path (relative to the copied folder from previous step) to the index file
  6. from the root directory of this project run npm run vendor

This will generate the runtime import map and embed it into your index.html file so the browser can turn import { ... } from 'my-package' into import { ... } from './vendor/my-package/index.js'.

About

Little web UI for interacting with Augur directly in various ways.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages