Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassidoo/astro-react-vue-demo
A small demo using Astro, React, and Vue together.
https://github.com/cassidoo/astro-react-vue-demo
astro react vue
Last synced: about 2 months ago
JSON representation
A small demo using Astro, React, and Vue together.
- Host: GitHub
- URL: https://github.com/cassidoo/astro-react-vue-demo
- Owner: cassidoo
- Created: 2021-06-24T22:26:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T22:35:38.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:16:13.161Z (2 months ago)
- Topics: astro, react, vue
- Language: CSS
- Homepage: https://astro-react-vue.netlify.app/
- Size: 108 KB
- Stars: 49
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-astro - Astro-react-vue-demo
README
# Astro + React + Vue Counter Demo
[![Netlify Status](https://api.netlify.com/api/v1/badges/bfd049f0-9819-48e2-ac79-f76edd967be8/deploy-status)](https://app.netlify.com/sites/dreamy-heisenberg-535c2e/deploys)
This is an incredibly small demo of using React and Vue together in an Astro project, with a variable passed in to both.
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm run start` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |