Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloandre/worker-template-tini
a template for wrangler generate to get started with tini and Vue
https://github.com/helloandre/worker-template-tini
Last synced: 26 days ago
JSON representation
a template for wrangler generate to get started with tini and Vue
- Host: GitHub
- URL: https://github.com/helloandre/worker-template-tini
- Owner: helloandre
- Created: 2022-03-07T23:22:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T23:36:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T17:30:34.911Z (2 months ago)
- Language: Vue
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worker Template Tini
## Usage
```
wrangler generate https://github.com/helloandre/worker-template-tini
cd
npm install
wrangler build
npm run dev
```