https://github.com/cloudfour/stencil-backbone-example
https://github.com/cloudfour/stencil-backbone-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudfour/stencil-backbone-example
- Owner: cloudfour
- Created: 2021-01-19T21:25:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T18:06:17.000Z (about 5 years ago)
- Last Synced: 2025-01-21T13:45:09.201Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stencil-backbone-example
This is an extremely barebones example of a Web Component built using [Stencil](https://stenciljs.com/) that integrates with a single-page app using [Backbone](https://backbonejs.org/).
Stencil supports several different [output targets](https://stenciljs.com/docs/output-targets). This project uses [the ESM version of the `dist` target](https://stenciljs.com/docs/distribution) for simplicity.
## 1. Build components
1. `cd components`
1. `npm ci`
1. `npm run build`
## 2. Run sample app
1. `cd app`
1. `npm ci`
1. `npm start`