Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mowtwo/demo
demo大全
https://github.com/mowtwo/demo
preact
Last synced: about 1 month ago
JSON representation
demo大全
- Host: GitHub
- URL: https://github.com/mowtwo/demo
- Owner: mowtwo
- Created: 2021-12-23T12:11:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T14:55:10.000Z (about 3 years ago)
- Last Synced: 2024-12-14T17:08:35.663Z (about 2 months ago)
- Topics: preact
- Language: JavaScript
- Homepage: https://demo.mowtwo.com
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Preact Logo](https://github.com/vercel/vercel/blob/main/packages/frameworks/logos/preact.svg)
# Preact Example
This directory is a brief example of a [Preact](https://preactjs.com/) app that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Preact project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/preact&template=preact)
_Live Example: https://preact.now-examples.now.sh_
### How We Created This Example
To get started with Preact for deployment with Vercel, you can use the [Preact CLI](https://github.com/preactjs/preact-cli) to initialize the project:
```shell
$ preact create default my-project
```