Skip to content

Commit 963e858

Browse files
committed
Restructures...everything
1 parent 63b8aee commit 963e858

33 files changed

+876
-2172
lines changed

.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist
2+
dist-demo
3+
node_modules

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Cypress tests
1919
uses: cypress-io/github-action@v2
2020
with:
21-
start: yarn demo
21+
start: yarn dev
2222
command: yarn cypress
23-
wait-on: "http://localhost:3001"
23+
wait-on: 'http://localhost:3000'

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
.DS_Store
33
dist
4+
dist-demo
45
dist-ssr
56
*.local
67
cypress

.prettierignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
src/dist
2-
demo/dist
1+
dist
2+
dist-demo
33
node_modules

cypress.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"baseUrl": "http://localhost:3001",
2+
"baseUrl": "http://localhost:3000",
33
"integrationFolder": "tests",
44
"pluginsFile": false,
55
"supportFile": false,

demo/.gitignore

-5
This file was deleted.

demo/.vscode/extensions.json

-3
This file was deleted.

demo/src/App.vue demo/App.vue

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,19 @@
11
<template>
22
<div class="px-8 my-32 md:px-0">
33
<div class="flex items-center justify-between w-full mx-auto mt-8 max-w-prose">
4-
<h1 class="text-4xl font-bold">
5-
<span class="relative inline-block top-1">↔️</span>
6-
<span class="inline-block ml-2">vue-input-autowidth</span>
4+
<h1 class="flex items-center text-4xl font-bold">
5+
<Logo class="text-purple-500 w-auto h-8 fill-current relative top-0.5" aria-hidden="true" />
6+
<span class="inline-block ml-4 text-gray-600">vue-input-autowidth</span>
77
</h1>
88
<nav class="flex items-center">
99
<a
1010
href="https://github.com/syropian/vue-input-autowidth"
1111
target="_blank"
1212
rel="noopener noreferrer"
1313
class="inline-block transition-colors hover:text-purple-500"
14+
aria-label="GitHub"
1415
>
15-
<svg
16-
viewBox="0 0 24 24"
17-
width="24"
18-
height="24"
19-
stroke="currentColor"
20-
stroke-width="2"
21-
fill="none"
22-
stroke-linecap="round"
23-
stroke-linejoin="round"
24-
class="css-i6dzq1"
25-
>
26-
<path
27-
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
28-
></path>
29-
</svg>
16+
<GitHubIcon class="w-6 h-6 stroke-current" />
3017
</a>
3118
</nav>
3219
</div>
@@ -69,8 +56,14 @@
6956

7057
<script>
7158
import { defineComponent, ref } from 'vue'
59+
import Logo from './Logo.vue'
60+
import GitHubIcon from './GitHubIcon.vue'
7261
7362
export default defineComponent({
63+
components: {
64+
Logo,
65+
GitHubIcon,
66+
},
7467
setup() {
7568
const msg = ref('')
7669

demo/GitHubIcon.vue

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<template>
2+
<svg
3+
viewBox="0 0 24 24"
4+
width="24"
5+
height="24"
6+
stroke-width="2"
7+
fill="none"
8+
stroke-linecap="round"
9+
stroke-linejoin="round"
10+
>
11+
<path
12+
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
13+
></path>
14+
</svg>
15+
</template>

demo/Logo.vue

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93 32">
3+
<path
4+
d="M18.585 3H87a3 3 0 013 3v20a3 3 0 01-3 3H18.585c.28.488.44 1.054.44 1.657 0 .478-.1.932-.281 1.343H87a6 6 0 006-6V6a6 6 0 00-6-6H18.743c.181.41.281.865.281 1.343 0 .603-.16 1.169-.44 1.657zM15.025 30.657c0 .742-.604 1.343-1.343 1.343h-2.89a4.61 4.61 0 01-3.28-1.37A4.61 4.61 0 014.232 32h-2.89C.605 32 0 31.399 0 30.657c0-.741.604-1.342 1.343-1.342h2.89a1.94 1.94 0 001.936-1.937v.128c0 .037 0 .074.007.11-.003-.08-.007-.158-.007-.238V17.341H4.491a1.342 1.342 0 110-2.685h1.678V4.622a1.94 1.94 0 00-1.936-1.937h-2.89C.604 2.685 0 2.085 0 1.343 0 .6.604 0 1.343 0h2.89a4.61 4.61 0 013.28 1.37C8.35.523 9.512 0 10.791 0h2.89c.738 0 1.342.6 1.342 1.342 0 .742-.604 1.343-1.342 1.343h-2.89a1.94 1.94 0 00-1.937 1.937v10.033h1.678a1.342 1.342 0 110 2.685H8.855v10.038c0 .08-.003.157-.007.238.007-.037.007-.074.007-.111v-.127a1.94 1.94 0 001.937 1.936h2.89c.738 0 1.343.601 1.343 1.343z"
5+
/>
6+
<path
7+
d="M21.371 17.391a1.256 1.256 0 010-1.782l6.273-6.24a1.272 1.272 0 011.792 0c.495.492.495 1.29 0 1.783l-4.11 4.087H55v2.522H25.327l4.109 4.087c.495.492.495 1.29 0 1.783a1.272 1.272 0 01-1.792 0l-6.273-6.24z"
8+
/>
9+
<path
10+
d="M83.629 17.391a1.256 1.256 0 000-1.782l-6.273-6.24a1.272 1.272 0 00-1.792 0 1.256 1.256 0 000 1.783l4.11 4.087H50v2.522h29.673l-4.109 4.087a1.256 1.256 0 000 1.783 1.272 1.272 0 001.792 0l6.273-6.24z"
11+
/>
12+
</svg>
13+
</template>

demo/README.md

-11
This file was deleted.

demo/src/app.css demo/app.css

File renamed without changes.

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</head>
99
<body>
1010
<div id="app"></div>
11-
<script type="module" src="/src/main.ts"></script>
11+
<script type="module" src="/demo/main.ts"></script>
1212
</body>
1313
</html>

demo/src/main.ts demo/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createApp } from 'vue'
22
import App from './App.vue'
3-
import { plugin as VueInputAutowidth } from '../../src/'
3+
import { plugin as VueInputAutowidth } from '../lib'
44
import 'highlight.js/lib/common'
55
import hljsVuePlugin from '@highlightjs/vue-plugin'
66
import 'highlight.js/styles/atom-one-dark.css'

demo/package.json

-25
This file was deleted.

demo/src/env.d.ts

-8
This file was deleted.

demo/tsconfig.json

-18
This file was deleted.

demo/vite.config.ts

-10
This file was deleted.

0 commit comments

Comments
 (0)