https://github.com/potato4d/parcel-examples
Parcel project examples for React, Vue, preact, VanillaJS and jQuery.
https://github.com/potato4d/parcel-examples
javascript jquery parcel preact react vue
Last synced: 8 days ago
JSON representation
Parcel project examples for React, Vue, preact, VanillaJS and jQuery.
- Host: GitHub
- URL: https://github.com/potato4d/parcel-examples
- Owner: potato4d
- License: mit
- Archived: true
- Created: 2017-12-18T18:45:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T19:39:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T15:39:30.629Z (9 months ago)
- Topics: javascript, jquery, parcel, preact, react, vue
- Language: JavaScript
- Size: 38.1 KB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parcel sample projects
Parcel build examples for...
- VanillaJS
- jQuery
- React
- preact
- Vue.js## Installation
```bash
$ cd parcel-jquery # on jQuery
$ cd parcel-preact # on preact
$ cd parcel-react # on React
$ cd parcel-vanilla # on Vanilla
$ cd parcel-vue # on Vue$ yarn
$ yarn start # Start server
```## LICENSE
MIT