× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



You can even get the line numbers if you add the -n flag. add the -i flag
for case-insensitive
:~/work/Vue$ grep -r -n vue .
./vue-project/package.json:2: "name": "vue-project",
./vue-project/package.json:11: "vue": "^3.3.4"
./vue-project/package.json:14: "@vitejs/plugin-vue": "^4.4.0",
./vue-project/.vscode/extensions.json:2: "recommendations": ["Vue.volar",
"Vue.vscode-typescript-vue-plugin"]
./vue-project/src/assets/base.css:1:/* color palette from <
https://github.com/vuejs/theme> */
./vue-project/src/App.vue:2:import HelloWorld from
'./components/HelloWorld.vue'
./vue-project/src/App.vue:3:import TheWelcome from
'./components/TheWelcome.vue'
./vue-project/src/components/HelloWorld.vue:16: <a href="
https://vuejs.org/"; target="_blank" rel="noopener">Vue 3</a>.
./vue-project/src/components/TheWelcome.vue:2:import WelcomeItem from
'./WelcomeItem.vue'
./vue-project/src/components/TheWelcome.vue:3:import DocumentationIcon from
'./icons/IconDocumentation.vue'
./vue-project/src/components/TheWelcome.vue:4:import ToolingIcon from
'./icons/IconTooling.vue'
./vue-project/src/components/TheWelcome.vue:5:import EcosystemIcon from
'./icons/IconEcosystem.vue'
./vue-project/src/components/TheWelcome.vue:6:import CommunityIcon from
'./icons/IconCommunity.vue'
./vue-project/src/components/TheWelcome.vue:7:import SupportIcon from
'./icons/IconSupport.vue'
./vue-project/src/components/TheWelcome.vue:18: <a href="
https://vuejs.org/"; target="_blank" rel="noopener">official
documentation</a>
./vue-project/src/components/TheWelcome.vue:51: <a href="
https://pinia.vuejs.org/"; target="_blank" rel="noopener">Pinia</a>,
./vue-project/src/components/TheWelcome.vue:52: <a href="
https://router.vuejs.org/"; target="_blank" rel="noopener">Vue Router</a>,
./vue-project/src/components/TheWelcome.vue:53: <a href="
https://test-utils.vuejs.org/"; target="_blank" rel="noopener">Vue Test
Utils</a>, and
./vue-project/src/components/TheWelcome.vue:54: <a href="
https://github.com/vuejs/devtools"; target="_blank" rel="noopener">Vue Dev
Tools</a>. If
./vue-project/src/components/TheWelcome.vue:56: <a href="
https://github.com/vuejs/awesome-vue"; target="_blank"
rel="noopener">Awesome Vue</a>
./vue-project/src/components/TheWelcome.vue:67: <a href="
https://chat.vuejs.org"; target="_blank" rel="noopener">Vue Land</a>, our
official
./vue-project/src/components/TheWelcome.vue:69: <a href="
https://stackoverflow.com/questions/tagged/vue.js"; target="_blank"
rel="noopener"
./vue-project/src/components/TheWelcome.vue:72: <a href="
https://news.vuejs.org"; target="_blank" rel="noopener">our mailing list</a>
and follow
./vue-project/src/components/TheWelcome.vue:74: <a href="
https://twitter.com/vuejs"; target="_blank" rel="noopener">@vuejs</a>
./vue-project/src/components/TheWelcome.vue:86: <a href="
https://vuejs.org/sponsor/"; target="_blank" rel="noopener">becoming a
sponsor</a>.
./vue-project/src/main.js:3:import { createApp } from 'vue'
./vue-project/src/main.js:4:import App from './App.vue'
./vue-project/README.md:1:# vue-project
./vue-project/README.md:7:[VSCode](https://code.visualstudio.com/) +
[Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and
disable Vetur) + [TypeScript Vue Plugin (Volar)](
https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin
).
./vue-project/vite.config.js:4:import vue from '@vitejs/plugin-vue'
./vue-project/vite.config.js:9: vue(),


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.