Skip to content

Commit 1fe6393

Browse files
committed
chore: refactor out ts into separate repo
1 parent 20dbff7 commit 1fe6393

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8950
-21332
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ pnpm-debug.log*
2323
*.sw?
2424

2525
# Local Netlify folder
26-
.netlify
26+
.netlify

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1-
# Vue.js 3 Laboratory
1+
# Vue.js 3 Laboratory (JavaScript)
22

3-
A place to hold Vue.js 3 experiments.
3+
## Project setup
4+
5+
```
6+
yarn install
7+
```
8+
9+
### Compiles and hot-reloads for development
10+
11+
```
12+
yarn serve
13+
```
14+
15+
### Compiles and minifies for production
16+
17+
```
18+
yarn build
19+
```
20+
21+
### Lints and fixes files
22+
23+
```
24+
yarn lint
25+
```
26+
27+
### Customize configuration
28+
29+
See [Configuration Reference](https://cli.vuejs.org/config/).

js/babel.config.js babel.config.js

File renamed without changes.
File renamed without changes.

js/README.md

-29
This file was deleted.

js/package.json

-52
This file was deleted.

0 commit comments

Comments
 (0)