An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




tldraw

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).