https://github.com/uedatakeyuki/qrcodevue3
reproducing environment of https://stackoverflow.com/questions/74845363/vue3-with-vite-cant-import-commonjs-module
https://github.com/uedatakeyuki/qrcodevue3
Last synced: 2 months ago
JSON representation
reproducing environment of https://stackoverflow.com/questions/74845363/vue3-with-vite-cant-import-commonjs-module
- Host: GitHub
- URL: https://github.com/uedatakeyuki/qrcodevue3
- Owner: UedaTakeyuki
- Created: 2022-12-19T03:35:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T03:36:21.000Z (over 2 years ago)
- Last Synced: 2025-01-30T15:39:54.227Z (4 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# default
## Project setup
```
# yarn
yarn# npm
npm install# pnpm
pnpm install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).