sun-form-v3 0.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +25 -5
  2. package/dist/favicon.ico +0 -0
  3. package/dist/style.css +1 -0
  4. package/dist/sun-form-v3.es.js +45 -0
  5. package/dist/sun-form-v3.umd.js +1 -0
  6. package/package.json +19 -9
  7. package/.history/package_20240516171646.json +0 -21
  8. package/.history/package_20240516220959.json +0 -21
  9. package/.history/package_20240516221125.json +0 -22
  10. package/.history/package_20240516221133.json +0 -22
  11. package/.history/package_20240516221150.json +0 -22
  12. package/.history/packages/index_20240516170215.ts +0 -0
  13. package/.history/packages/index_20240516170240.ts +0 -16
  14. package/.history/packages/index_20240516170259.ts +0 -16
  15. package/.history/packages/index_20240516215605.ts +0 -16
  16. package/.history/packages/sy-button/index_20240516170041.vue +0 -0
  17. package/.history/packages/sy-button/index_20240516170054.vue +0 -11
  18. package/.history/packages/sy-button/index_20240516170059.ts +0 -0
  19. package/.history/packages/sy-button/index_20240516170139.ts +0 -6
  20. package/.history/packages/sy-button/index_20240516170143.ts +0 -6
  21. package/.history/packages/sy-button/index_20240516170826.vue +0 -11
  22. package/.history/packages/sy-button/index_20240516170827.vue +0 -11
  23. package/.history/packages/sy-button/index_20240516171258.ts +0 -6
  24. package/.history/packages/sy-button/index_20240516205457.ts +0 -6
  25. package/.history/packages/sy-button/index_20240516205458.ts +0 -6
  26. package/.history/packages/sy-button/index_20240516214802.vue +0 -11
  27. package/.history/src/App_20240516163625.vue +0 -30
  28. package/.history/src/App_20240516171000.vue +0 -30
  29. package/.history/src/App_20240516171003.vue +0 -29
  30. package/.history/src/App_20240516171012.vue +0 -31
  31. package/.history/src/App_20240516171045.vue +0 -32
  32. package/.history/src/App_20240516171056.vue +0 -23
  33. package/.history/src/vite-env.d_20240516163625.ts +0 -1
  34. package/.history/src/vite-env.d_20240516164812.ts +0 -6
  35. package/.history/src/vite-env.d_20240516170519.ts +0 -6
  36. package/.history/tsconfig_20240516163625.json +0 -25
  37. package/.history/tsconfig_20240516171547.json +0 -26
  38. package/.history/tsconfig_20240516171627.json +0 -27
  39. package/.history/tsconfig_20240516171733.json +0 -26
  40. package/.history/tsconfig_20240516214249.json +0 -29
  41. package/.history/tsconfig_20240516214506.json +0 -29
  42. package/.history/tsconfig_20240516214522.json +0 -28
  43. package/.history/types/vue.d_20240516214359.ts +0 -0
  44. package/.history/types/vue.d_20240516214406.ts +0 -4
  45. package/.history/types/vue.d_20240516214702.ts +0 -6
  46. package/.history/types/vue.d_20240516214737.ts +0 -6
  47. package/.history/vite.config_20240516163625.ts +0 -7
  48. package/.history/vite.config_20240516171436.ts +0 -63
  49. package/.history/vite.config_20240516171745.ts +0 -63
  50. package/.history/vite.config_20240516171816.ts +0 -63
  51. package/.history/vite.config_20240516171904.ts +0 -63
  52. package/.history/vite.config_20240516172136.ts +0 -65
  53. package/.history/vite.config_20240516172137.ts +0 -65
  54. package/.history/vite.config_20240516172206.ts +0 -65
  55. package/.history/vite.config_20240516172233.ts +0 -65
  56. package/.history/vite.config_20240516172329.ts +0 -65
  57. package/.history/vite.config_20240516205537.ts +0 -65
  58. package/.history/vite.config_20240516221534.ts +0 -65
  59. package/.vscode/extensions.json +0 -3
  60. package/index.html +0 -13
  61. package/packages/index.ts +0 -16
  62. package/packages/sy-button/index.ts +0 -6
  63. package/packages/sy-button/index.vue +0 -11
  64. package/public/vite.svg +0 -1
  65. package/src/App.vue +0 -23
  66. package/src/assets/vue.svg +0 -1
  67. package/src/components/HelloWorld.vue +0 -38
  68. package/src/main.ts +0 -5
  69. package/src/style.css +0 -79
  70. package/src/vite-env.d.ts +0 -6
  71. package/tsconfig.json +0 -28
  72. package/tsconfig.node.json +0 -11
  73. package/types/vue.d.ts +0 -6
  74. package/vite.config.ts +0 -65
package/README.md CHANGED
@@ -1,9 +1,29 @@
1
- # Vue 3 + TypeScript + Vite
1
+ # sun-form-v3
2
2
 
3
- This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3
+ This template should help get you started developing with Vue 3 in Vite.
4
4
 
5
- ## Recommended Setup
5
+ ## Recommended IDE Setup
6
6
 
7
- - [VS Code](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously Volar) and disable Vetur
7
+ [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8
8
 
9
- - Use [vue-tsc](https://github.com/vuejs/language-tools/tree/master/packages/tsc) for performing the same type checking from the command line, or for generating d.ts files for SFCs.
9
+ ## Customize configuration
10
+
11
+ See [Vite Configuration Reference](https://vitejs.dev/config/).
12
+
13
+ ## Project Setup
14
+
15
+ ```sh
16
+ npm install
17
+ ```
18
+
19
+ ### Compile and Hot-Reload for Development
20
+
21
+ ```sh
22
+ npm run dev
23
+ ```
24
+
25
+ ### Compile and Minify for Production
26
+
27
+ ```sh
28
+ npm run build
29
+ ```
Binary file
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ button[data-v-91a0b474]{border:1px solid red}
@@ -0,0 +1,45 @@
1
+ import { openBlock as c, createElementBlock as s } from "vue";
2
+ const a = (e, n) => {
3
+ const t = e.__vccOpts || e;
4
+ for (const [o, _] of n)
5
+ t[o] = _;
6
+ return t;
7
+ }, r = /* @__PURE__ */ Object.assign({ name: "syButton" }, {
8
+ __name: "index",
9
+ setup(e) {
10
+ return (n, t) => (c(), s("button", null, "你好你好孙岩"));
11
+ }
12
+ }), p = /* @__PURE__ */ a(r, [["__scopeId", "data-v-91a0b474"]]), l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13
+ __proto__: null,
14
+ default: p
15
+ }, Symbol.toStringTag, { value: "Module" })), u = {
16
+ type: "text",
17
+ placeholder: "请输入内容"
18
+ }, i = /* @__PURE__ */ Object.assign({ name: "syInput" }, {
19
+ __name: "index",
20
+ setup(e) {
21
+ return (n, t) => (c(), s("input", u));
22
+ }
23
+ }), m = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24
+ __proto__: null,
25
+ default: i
26
+ }, Symbol.toStringTag, { value: "Module" })), d = /* @__PURE__ */ Object.assign({
27
+ "./components/syButton/index.vue": l,
28
+ "./components/syInput/index.vue": m
29
+ }), f = Object.entries(d).map(([e, n]) => {
30
+ var o;
31
+ const t = (o = e.split("/").pop()) == null ? void 0 : o.split(".")[0];
32
+ return n.default, {
33
+ name: t,
34
+ component: n.default
35
+ };
36
+ }), b = function(e, n) {
37
+ f.forEach((t) => {
38
+ e.component(t.name, t);
39
+ });
40
+ }, g = {
41
+ install: b
42
+ };
43
+ export {
44
+ g as default
45
+ };
@@ -0,0 +1 @@
1
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("vue")):typeof define=="function"&&define.amd?define(["vue"],s):(e=typeof globalThis<"u"?globalThis:e||self,e["sun-form-v3"]=s(e.Vue))})(this,function(e){"use strict";const _=Object.freeze(Object.defineProperty({__proto__:null,default:((n,o)=>{const t=n.__vccOpts||n;for(const[c,r]of o)t[c]=r;return t})(Object.assign({name:"syButton"},{__name:"index",setup(n){return(o,t)=>(e.openBlock(),e.createElementBlock("button",null,"你好你好孙岩"))}}),[["__scopeId","data-v-91a0b474"]])},Symbol.toStringTag,{value:"Module"})),i={type:"text",placeholder:"请输入内容"},u=Object.entries(Object.assign({"./components/syButton/index.vue":_,"./components/syInput/index.vue":Object.freeze(Object.defineProperty({__proto__:null,default:Object.assign({name:"syInput"},{__name:"index",setup(n){return(o,t)=>(e.openBlock(),e.createElementBlock("input",i))}})},Symbol.toStringTag,{value:"Module"}))})).map(([n,o])=>{var c;const t=(c=n.split("/").pop())==null?void 0:c.split(".")[0];return o.default,{name:t,component:o.default}});return{install:function(n,o){u.forEach(t=>{n.component(t.name,t)})}}});
package/package.json CHANGED
@@ -1,23 +1,33 @@
1
1
  {
2
2
  "name": "sun-form-v3",
3
3
  "private": false,
4
- "version": "0.0.1",
5
- "main": "./dist/sun-form-v3.umd.cjs",
4
+ "version": "1.0.2",
6
5
  "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "./dist/sun-form-v3.umd.js",
10
+ "module": "./dist/sun-form-v3.es.js",
11
+ "exports": {
12
+ "./style": "./dist/style.css",
13
+ ".": {
14
+ "import": "./dist/sun-form-v3.es.js",
15
+ "require": "./dist/sun-form-v3.umd.js"
16
+ }
17
+ },
7
18
  "scripts": {
8
19
  "dev": "vite",
9
- "build": "vue-tsc && vite build",
20
+ "build": "vite build",
10
21
  "preview": "vite preview"
11
22
  },
12
23
  "dependencies": {
13
- "vue": "^3.4.21"
24
+ "element-plus": "^2.7.0",
25
+ "vue": "^3.4.21",
26
+ "vue-router": "^4.3.0"
14
27
  },
15
28
  "devDependencies": {
16
- "@types/node": "^20.12.12",
17
29
  "@vitejs/plugin-vue": "^5.0.4",
18
- "terser": "^5.31.0",
19
- "typescript": "^5.2.2",
20
- "vite": "^5.2.0",
21
- "vue-tsc": "^2.0.6"
30
+ "sass": "^1.77.2",
31
+ "vite": "^5.2.8"
22
32
  }
23
33
  }
@@ -1,21 +0,0 @@
1
- {
2
- "name": "sun-form-v3",
3
- "private": true,
4
- "version": "0.0.0",
5
- "type": "module",
6
- "scripts": {
7
- "dev": "vite",
8
- "build": "vue-tsc && vite build",
9
- "preview": "vite preview"
10
- },
11
- "dependencies": {
12
- "vue": "^3.4.21"
13
- },
14
- "devDependencies": {
15
- "@types/node": "^20.12.12",
16
- "@vitejs/plugin-vue": "^5.0.4",
17
- "typescript": "^5.2.2",
18
- "vite": "^5.2.0",
19
- "vue-tsc": "^2.0.6"
20
- }
21
- }
@@ -1,21 +0,0 @@
1
- {
2
- "name": "sun-form-v3",
3
- "private": true,
4
- "version": "0.0.1",
5
- "type": "module",
6
- "scripts": {
7
- "dev": "vite",
8
- "build": "vue-tsc && vite build",
9
- "preview": "vite preview"
10
- },
11
- "dependencies": {
12
- "vue": "^3.4.21"
13
- },
14
- "devDependencies": {
15
- "@types/node": "^20.12.12",
16
- "@vitejs/plugin-vue": "^5.0.4",
17
- "typescript": "^5.2.2",
18
- "vite": "^5.2.0",
19
- "vue-tsc": "^2.0.6"
20
- }
21
- }
@@ -1,22 +0,0 @@
1
- {
2
- "name": "sun-form-v3",
3
- "private": true,
4
- "version": "0.0.1",
5
- "main": "./dist/sun-form-v3.umd.cjs",
6
- "type": "module",
7
- "scripts": {
8
- "dev": "vite",
9
- "build": "vue-tsc && vite build",
10
- "preview": "vite preview"
11
- },
12
- "dependencies": {
13
- "vue": "^3.4.21"
14
- },
15
- "devDependencies": {
16
- "@types/node": "^20.12.12",
17
- "@vitejs/plugin-vue": "^5.0.4",
18
- "typescript": "^5.2.2",
19
- "vite": "^5.2.0",
20
- "vue-tsc": "^2.0.6"
21
- }
22
- }
@@ -1,22 +0,0 @@
1
- {
2
- "name": "sun-form-v3",
3
- "private": true,
4
- "version": "0.0.1",
5
- "main": "./dist/sun-form-v3.umd.cjs",
6
- "type": "module",
7
- "scripts": {
8
- "dev": "vite",
9
- "build": "vue-tsc && vite build",
10
- "preview": "vite preview"
11
- },
12
- "dependencies": {
13
- "vue": "^3.4.21"
14
- },
15
- "devDependencies": {
16
- "@types/node": "^20.12.12",
17
- "@vitejs/plugin-vue": "^5.0.4",
18
- "typescript": "^5.2.2",
19
- "vite": "^5.2.0",
20
- "vue-tsc": "^2.0.6"
21
- }
22
- }
@@ -1,22 +0,0 @@
1
- {
2
- "name": "sun-form-v3",
3
- "private": false,
4
- "version": "0.0.1",
5
- "main": "./dist/sun-form-v3.umd.cjs",
6
- "type": "module",
7
- "scripts": {
8
- "dev": "vite",
9
- "build": "vue-tsc && vite build",
10
- "preview": "vite preview"
11
- },
12
- "dependencies": {
13
- "vue": "^3.4.21"
14
- },
15
- "devDependencies": {
16
- "@types/node": "^20.12.12",
17
- "@vitejs/plugin-vue": "^5.0.4",
18
- "typescript": "^5.2.2",
19
- "vite": "^5.2.0",
20
- "vue-tsc": "^2.0.6"
21
- }
22
- }
File without changes
@@ -1,16 +0,0 @@
1
- import type { App } from 'vue'
2
- import Breadcrumb from './sy-button'
3
-
4
- const components = [
5
- Breadcrumb
6
- ];
7
-
8
- const install = (app: App): void => {
9
- components.forEach(component => app.component(component.__name as string, component))
10
- }
11
- export {
12
- Breadcrumb
13
- }
14
-
15
- const viteVueNode = { install };
16
- export default viteVueNode
@@ -1,16 +0,0 @@
1
- import type { App } from 'vue'
2
- import Breadcrumb from './sy-button'
3
-
4
- const components = [
5
- Breadcrumb
6
- ];
7
-
8
- const install = (app: App): void => {
9
- components.forEach(component => app.component(component.__name as string, component))
10
- }
11
- export {
12
- Breadcrumb
13
- }
14
-
15
- const viteVueNode = { install };
16
- export default viteVueNode
@@ -1,16 +0,0 @@
1
- import type { App } from 'vue'
2
- import syButton from './sy-button'
3
-
4
- const components = [
5
- syButton
6
- ];
7
-
8
- const install = (app: App): void => {
9
- components.forEach(component => app.component(component.__name as string, component))
10
- }
11
- export {
12
- syButton
13
- }
14
-
15
- const viteVueNode = { install };
16
- export default viteVueNode
@@ -1,11 +0,0 @@
1
- <template>
2
- <button>孙岩按钮</button>
3
- </template>
4
-
5
- <script setup lang="ts">
6
- import { ref,reactive } from 'vue';
7
- defineOptions({name:""})
8
- </script>
9
-
10
- <style scoped lang="scss">
11
- </style>
@@ -1,6 +0,0 @@
1
- import type {App} from 'vue'
2
- import Breadcrumb from './index.vue';
3
- Breadcrumb.install=(app:App)=>{
4
- app.component(Breadcrumb.__name as string,Breadcrumb);
5
- }
6
- export default Breadcrumb;
@@ -1,6 +0,0 @@
1
- import type {App} from 'vue'
2
- import Breadcrumb from './index.vue';
3
- Breadcrumb.install=(app:App)=>{
4
- app.component(Breadcrumb.__name as string,Breadcrumb);
5
- }
6
- export default Breadcrumb;
@@ -1,11 +0,0 @@
1
- <template>
2
- <button>孙岩按钮</button>
3
- </template>
4
-
5
- <script setup lang="ts">
6
- import { ref,reactive } from 'vue';
7
- defineOptions({name:"sy-button"})
8
- </script>
9
-
10
- <style scoped lang="scss">
11
- </style>
@@ -1,11 +0,0 @@
1
- <template>
2
- <button>孙岩按钮</button>
3
- </template>
4
-
5
- <script setup lang="ts">
6
- import { ref,reactive } from 'vue';
7
- defineOptions({name:"sy-button"})
8
- </script>
9
-
10
- <style scoped lang="scss">
11
- </style>
@@ -1,6 +0,0 @@
1
- import type { App } from 'vue'
2
- import comp from './index.vue';
3
- comp.install = (app: App) => {
4
- app.component(comp.__name as string, comp);
5
- }
6
- export default comp;
@@ -1,6 +0,0 @@
1
- import type { App } from 'vue'
2
- import comp from './index.vue';
3
- comp.install = (app: App) => {
4
- app.component(comp.__name as string, comp);
5
- }
6
- export default comp;
@@ -1,6 +0,0 @@
1
- import type { App } from 'vue'
2
- import comp from './index.vue';
3
- comp.install = (app: App) => {
4
- app.component(comp.__name as string, comp);
5
- }
6
- export default comp;
@@ -1,11 +0,0 @@
1
- <template>
2
- <button>孙岩按钮</button>
3
- </template>
4
-
5
- <script setup lang="ts">
6
- // import { ref,reactive } from 'vue';
7
- defineOptions({name:"sy-button"})
8
- </script>
9
-
10
- <style scoped lang="scss">
11
- </style>
@@ -1,30 +0,0 @@
1
- <script setup lang="ts">
2
- import HelloWorld from './components/HelloWorld.vue'
3
- </script>
4
-
5
- <template>
6
- <div>
7
- <a href="https://vitejs.dev" target="_blank">
8
- <img src="/vite.svg" class="logo" alt="Vite logo" />
9
- </a>
10
- <a href="https://vuejs.org/" target="_blank">
11
- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
- </a>
13
- </div>
14
- <HelloWorld msg="Vite + Vue" />
15
- </template>
16
-
17
- <style scoped>
18
- .logo {
19
- height: 6em;
20
- padding: 1.5em;
21
- will-change: filter;
22
- transition: filter 300ms;
23
- }
24
- .logo:hover {
25
- filter: drop-shadow(0 0 2em #646cffaa);
26
- }
27
- .logo.vue:hover {
28
- filter: drop-shadow(0 0 2em #42b883aa);
29
- }
30
- </style>
@@ -1,30 +0,0 @@
1
- <script setup lang="ts">
2
- import HelloWorld from './components/HelloWorld.vue'
3
- </script>
4
-
5
- <template>
6
- <!-- <div>
7
- <a href="https://vitejs.dev" target="_blank">
8
- <img src="/vite.svg" class="logo" alt="Vite logo" />
9
- </a>
10
- <a href="https://vuejs.org/" target="_blank">
11
- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
- </a>
13
- </div>
14
- <HelloWorld msg="Vite + Vue" /> -->
15
- </template>
16
-
17
- <style scoped>
18
- .logo {
19
- height: 6em;
20
- padding: 1.5em;
21
- will-change: filter;
22
- transition: filter 300ms;
23
- }
24
- .logo:hover {
25
- filter: drop-shadow(0 0 2em #646cffaa);
26
- }
27
- .logo.vue:hover {
28
- filter: drop-shadow(0 0 2em #42b883aa);
29
- }
30
- </style>
@@ -1,29 +0,0 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <!-- <div>
6
- <a href="https://vitejs.dev" target="_blank">
7
- <img src="/vite.svg" class="logo" alt="Vite logo" />
8
- </a>
9
- <a href="https://vuejs.org/" target="_blank">
10
- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
11
- </a>
12
- </div>
13
- <HelloWorld msg="Vite + Vue" /> -->
14
- </template>
15
-
16
- <style scoped>
17
- .logo {
18
- height: 6em;
19
- padding: 1.5em;
20
- will-change: filter;
21
- transition: filter 300ms;
22
- }
23
- .logo:hover {
24
- filter: drop-shadow(0 0 2em #646cffaa);
25
- }
26
- .logo.vue:hover {
27
- filter: drop-shadow(0 0 2em #42b883aa);
28
- }
29
- </style>
@@ -1,31 +0,0 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <!-- <div>
6
- <a href="https://vitejs.dev" target="_blank">
7
- <img src="/vite.svg" class="logo" alt="Vite logo" />
8
- </a>
9
- <a href="https://vuejs.org/" target="_blank">
10
- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
11
- </a>
12
- </div>
13
- <HelloWorld msg="Vite + Vue" /> -->
14
- </template>
15
-
16
- <style scoped>
17
- .logo {
18
- height: 6em;
19
- padding: 1.5em;
20
- will-change: filter;
21
- transition: filter 300ms;
22
- }
23
-
24
- .logo:hover {
25
- filter: drop-shadow(0 0 2em #646cffaa);
26
- }
27
-
28
- .logo.vue:hover {
29
- filter: drop-shadow(0 0 2em #42b883aa);
30
- }
31
- </style>
@@ -1,32 +0,0 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <sy-button></sy-button>
6
- <!-- <div>
7
- <a href="https://vitejs.dev" target="_blank">
8
- <img src="/vite.svg" class="logo" alt="Vite logo" />
9
- </a>
10
- <a href="https://vuejs.org/" target="_blank">
11
- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
- </a>
13
- </div>
14
- <HelloWorld msg="Vite + Vue" /> -->
15
- </template>
16
-
17
- <style scoped>
18
- .logo {
19
- height: 6em;
20
- padding: 1.5em;
21
- will-change: filter;
22
- transition: filter 300ms;
23
- }
24
-
25
- .logo:hover {
26
- filter: drop-shadow(0 0 2em #646cffaa);
27
- }
28
-
29
- .logo.vue:hover {
30
- filter: drop-shadow(0 0 2em #42b883aa);
31
- }
32
- </style>
@@ -1,23 +0,0 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <sy-button></sy-button>
6
- </template>
7
-
8
- <style scoped>
9
- .logo {
10
- height: 6em;
11
- padding: 1.5em;
12
- will-change: filter;
13
- transition: filter 300ms;
14
- }
15
-
16
- .logo:hover {
17
- filter: drop-shadow(0 0 2em #646cffaa);
18
- }
19
-
20
- .logo.vue:hover {
21
- filter: drop-shadow(0 0 2em #42b883aa);
22
- }
23
- </style>
@@ -1 +0,0 @@
1
- /// <reference types="vite/client" />
@@ -1,6 +0,0 @@
1
- /// <reference types="vite/client" />
2
- declare module "*.vue" {
3
- import type { DefineComponent } from "vue";
4
- const vueComponent: DefineComponent<{}, {}, any>;
5
- export default vueComponent;
6
- }
@@ -1,6 +0,0 @@
1
- /// <reference types="vite/client" />
2
- declare module "*.vue" {
3
- import type { DefineComponent } from "vue";
4
- const vueComponent: DefineComponent<{}, {}, any>;
5
- export default vueComponent;
6
- }
@@ -1,25 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2020",
4
- "useDefineForClassFields": true,
5
- "module": "ESNext",
6
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
- "skipLibCheck": true,
8
-
9
- /* Bundler mode */
10
- "moduleResolution": "bundler",
11
- "allowImportingTsExtensions": true,
12
- "resolveJsonModule": true,
13
- "isolatedModules": true,
14
- "noEmit": true,
15
- "jsx": "preserve",
16
-
17
- /* Linting */
18
- "strict": true,
19
- "noUnusedLocals": true,
20
- "noUnusedParameters": true,
21
- "noFallthroughCasesInSwitch": true
22
- },
23
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
24
- "references": [{ "path": "./tsconfig.node.json" }]
25
- }
@@ -1,26 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2020",
4
- "useDefineForClassFields": true,
5
- "module": "ESNext",
6
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
- "skipLibCheck": true,
8
-
9
- /* Bundler mode */
10
- "moduleResolution": "bundler",
11
- "allowImportingTsExtensions": true,
12
- "resolveJsonModule": true,
13
- "isolatedModules": true,
14
- "noEmit": true,
15
- "jsx": "preserve",
16
-
17
- /* Linting */
18
- "strict": true,
19
- "noUnusedLocals": true,
20
- "noUnusedParameters": true,
21
- "noFallthroughCasesInSwitch": true,
22
- "node":true
23
- },
24
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
25
- "references": [{ "path": "./tsconfig.node.json" }]
26
- }