https://github.com/geneowak/vue3-test
https://github.com/geneowak/vue3-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geneowak/vue3-test
- Owner: geneowak
- Created: 2020-12-21T07:30:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:09:47.000Z (4 months ago)
- Last Synced: 2025-02-03T09:54:37.266Z (4 months ago)
- Language: CSS
- Size: 5.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 Test App
## This repo is to demo the issue referenced [here](https://github.com/vitejs/vite/issues/1241#issue-770741932)
### Steps to reproduce
1. Clone the repo -> `git clone https://github.com/geneowak/vue3-test.git`
2. `cd vue3-test`
3. Install the dependencies -> `yarn`
4. Check that the assets are viewed properly in development -> `yarn dev`
5. Build the app -> `yarn build`
6. Install [`serve`](https://www.npmjs.com/package/serve) in order to run the production build on your machine `yarn global add serve`.
7. Serve the production build to see the missing images -> `serve -S dist`