diff --git a/example_vue/README.md b/example_vue/README.md index 7718f283..bab7cfbd 100644 --- a/example_vue/README.md +++ b/example_vue/README.md @@ -1,24 +1,12 @@ # example_vue -## Project setup -``` -yarn install -``` +## Usage -### Compiles and hot-reloads for development -``` -yarn serve -``` +```bash -### Compiles and minifies for production -``` -yarn build -``` -### Lints and fixes files -``` -yarn lint -``` +$ yarn install -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +$ yarn serve + +``` diff --git a/example_vue/jsconfig.json b/example_vue/jsconfig.json deleted file mode 100644 index 31b317e4..00000000 --- a/example_vue/jsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "outDir": "/", - "allowJs": true, - "noImplicitThis": true, - "importHelpers": true, - "esModuleInterop": true, - "target": "ESNext", - "module": "ESNext", - "moduleResolution": "node", - "types": ["vite/client"], - "paths": { - "@/*":["./*"] - } - }, - "include": ["src/**/*"], - "exclude": ["node_modules"] -} \ No newline at end of file diff --git a/example_vue/vue.config.js b/example_vue/vue.config.js deleted file mode 100644 index 0d4e2951..00000000 --- a/example_vue/vue.config.js +++ /dev/null @@ -1,3 +0,0 @@ -const path = require('path') - -module.exports = {}