Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heybran/vite-babel-proposal-decorators
https://github.com/heybran/vite-babel-proposal-decorators
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heybran/vite-babel-proposal-decorators
- Owner: heybran
- Created: 2023-08-04T01:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T02:17:56.000Z (over 1 year ago)
- Last Synced: 2023-08-06T03:25:20.775Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Playing with Proposal Decorators (Decorators for ES6 classes) using Vite & Babel
https://github.com/tc39/proposal-decorators
```bash
git clone https://github.com/heybran/vite-babel-proposal-decorators.git
``````bash
npm install # or pnpm install
``````bash
npm run dev # or pnpm run dev
```