Skip to content

Commit cec7bad

Browse files
authored
Merge pull request #21 from selemondev/docs
docs: update docs
2 parents 94a1da0 + 169b8fd commit cec7bad

File tree

5 files changed

+106
-63
lines changed

5 files changed

+106
-63
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add Eslint ([5856331](https://github.com/selemondev/create-vue-next/commit/5856331))
10+
- Add Vitest ([6e00e75](https://github.com/selemondev/create-vue-next/commit/6e00e75))
11+
- Add tanstack vue query ([a2ad6b9](https://github.com/selemondev/create-vue-next/commit/a2ad6b9))
12+
- Add deployment targets ([d515ec9](https://github.com/selemondev/create-vue-next/commit/d515ec9))
13+
- Add program ([7b6be5a](https://github.com/selemondev/create-vue-next/commit/7b6be5a))
14+
- Add flags ([bcea877](https://github.com/selemondev/create-vue-next/commit/bcea877))
15+
- Add DevTool ([60dbdef](https://github.com/selemondev/create-vue-next/commit/60dbdef))
16+
- Add VueUse dep ([8f9f57c](https://github.com/selemondev/create-vue-next/commit/8f9f57c))
17+
- Add default template styles ([39d845f](https://github.com/selemondev/create-vue-next/commit/39d845f))
18+
- Add box size CSS property ([6698b7a](https://github.com/selemondev/create-vue-next/commit/6698b7a))
19+
- Add LICENSE ([c4bb9fa](https://github.com/selemondev/create-vue-next/commit/c4bb9fa))
20+
21+
### 💅 Refactors
22+
23+
- Codebase ([c9b6abe](https://github.com/selemondev/create-vue-next/commit/c9b6abe))
24+
- Codebase ([9165b39](https://github.com/selemondev/create-vue-next/commit/9165b39))
25+
- Files ([4bca287](https://github.com/selemondev/create-vue-next/commit/4bca287))
26+
27+
### 📖 Documentation
28+
29+
- Update ([c7df7e7](https://github.com/selemondev/create-vue-next/commit/c7df7e7))
30+
- Add docs ([c13b1f7](https://github.com/selemondev/create-vue-next/commit/c13b1f7))
31+
32+
### 🏡 Chore
33+
34+
- Cleanup ([0d0f6f3](https://github.com/selemondev/create-vue-next/commit/0d0f6f3))
35+
- Update dependencies ([3b2fd8a](https://github.com/selemondev/create-vue-next/commit/3b2fd8a))
36+
- Remove @types/ora and add @types/prompts ([eec1f96](https://github.com/selemondev/create-vue-next/commit/eec1f96))
37+
- Remove lock files from .gitignore ([6b395fc](https://github.com/selemondev/create-vue-next/commit/6b395fc))
38+
39+
### ❤️ Contributors
40+
41+
- Selemondev <selemondev19@gmail.com>
42+
- Selemon Dev <selemon@nathandigital.com>
43+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Create Vue Next ⚡
66

7-
The Next Generation Vue Scaffolding Tool 🛠️
7+
The Next Generation Vue Scaffolding Tool powered by Vite 🛠️
88

99
## Usage
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vue-next",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "The Next Generation Vue Scaffolding Tool ✨",
55
"type": "module",
66
"main": "./dist/index.cjs",

pnpm-lock.yaml

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/command/create-vue-next/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function installDeps() {
6565

6666
options.useVitest && logger.info(`${options.package} run test:unit to run tests`);
6767

68-
options.useTypeScript && console.log()
68+
options.useVitest && console.log()
6969

7070
options.useTypeScript && logger.info(`${options.package} run type-check`);
7171

0 commit comments

Comments
 (0)