Skip to content

Commit 96726d4

Browse files
committed
Chore(docs): clear readme file
1 parent 4e3db0b commit 96726d4

File tree

1 file changed

+9
-40
lines changed

1 file changed

+9
-40
lines changed

README.md

+9-40
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,14 @@
1-
# vuejs-dialog-v3
1+
# Vuejs Dialog
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
| Vue Version | Plugin Version |
4+
|----------|----------------|
5+
| Vue 2 | 1.x |
6+
| Vue 3 | 2.x |
47

5-
## Recommended IDE Setup
6-
7-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8-
9-
## Type Support for `.vue` Imports in TS
10-
11-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
12-
13-
## Customize configuration
14-
15-
See [Vite Configuration Reference](https://vitejs.dev/config/).
16-
17-
## Project Setup
188

19-
```sh
20-
npm install
21-
```
22-
23-
### Compile and Hot-Reload for Development
24-
25-
```sh
26-
npm run dev
27-
```
28-
29-
### Type-Check, Compile and Minify for Production
30-
31-
```sh
32-
npm run build
33-
```
34-
35-
### Run Unit Tests with [Vitest](https://vitest.dev/)
36-
37-
```sh
38-
npm run test:unit
39-
```
9+
## Recommended IDE Setup
4010

41-
### Lint with [ESLint](https://eslint.org/)
11+
- [Documentation](https://example.com/)
12+
- [Live Demos](https://example.com/)
13+
- Older Vue2 compatible version [here](https://example.com/)
4214

43-
```sh
44-
npm run lint
45-
```

0 commit comments

Comments
 (0)