https://github.com/tldraw/vue-template
A template for a Vue app using tldraw
https://github.com/tldraw/vue-template
Last synced: 5 months ago
JSON representation
A template for a Vue app using tldraw
- Host: GitHub
- URL: https://github.com/tldraw/vue-template
- Owner: tldraw
- License: mit
- Created: 2025-07-30T09:07:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T08:48:55.000Z (5 months ago)
- Last Synced: 2025-08-20T10:34:18.718Z (5 months ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This repo contains a template you can copy for using [tldraw](https://github.com/tldraw/tldraw) in a [Vue.js](https://vuejs.org/) app built with [Vite](https://vitejs.dev/).
Tldraw is written using React, but that doesn't mean it can't be used from other frameworks. Most frontend frameworks allow you to escape to plain JS, and from there you can render the tldraw component.
## Local development
Install dependencies with `yarn` or `npm install`.
Run the development server with `yarn dev` or `npm run dev`.
Open `http://localhost:5173/` in your browser to see the app.
## License
This project is provided under the MIT license found [here](https://github.com/tldraw/vue-template/blob/main/LICENSE.md). The tldraw SDK is provided under the [tldraw license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
## Trademarks
Copyright (c) 2024-present tldraw Inc. The tldraw name and logo are trademarks of tldraw. Please see our [trademark guidelines](https://github.com/tldraw/tldraw/blob/main/TRADEMARKS.md) for info on acceptable usage.
## Distributions
You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?activeTab=versions).
## Contribution
Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
## Community
Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=readme&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
## Contact
Find us on Twitter/X at [@tldraw](https://twitter.com/tldraw).