Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mowtwo/demo

demo大全
https://github.com/mowtwo/demo

preact

Last synced: about 1 month ago
JSON representation

demo大全

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
```