https://github.com/dashpilot/vue-es-modules-no-build
Example of how to create a Vue app without a build/bundle step by making use of ES Modules instead of Single-File-Components
https://github.com/dashpilot/vue-es-modules-no-build
Last synced: 4 days ago
JSON representation
Example of how to create a Vue app without a build/bundle step by making use of ES Modules instead of Single-File-Components
- Host: GitHub
- URL: https://github.com/dashpilot/vue-es-modules-no-build
- Owner: dashpilot
- Created: 2021-02-01T19:01:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T21:35:09.000Z (over 5 years ago)
- Last Synced: 2025-03-04T08:45:23.140Z (about 1 year ago)
- Language: JavaScript
- Homepage: vue-es-modules-no-build.dashpilot.vercel.app
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-es-modules-no-build
Example of how to create a Vue app without a build/bundle step by making use of ES Modules instead of Single-File-Components