Skip to content

Commit f11d743

Browse files
committed
🚀 RELEASE: Version 0.0.6
1 parent 1de912e commit f11d743

File tree

2 files changed

+55
-23
lines changed

2 files changed

+55
-23
lines changed

CHANGELOG.md

Lines changed: 43 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,23 @@
22

33
<br>
44

5-
### Version 0.0.1
5+
### Version 0.0.6
66

7-
- 📦 NEW: Create Nuxt project directories.
8-
- 📦 NEW: Create Nuxt.js files.
9-
- 📦 NEW: Open Nuxt.js Docs.
10-
- 📦 NEW: Installing dependencies.
11-
- 📦 NEW: Run scripts from the VSCode command palette or sidebar.
12-
- 📦 NEW: Toggle Nuxt Devtools from your status bar.
13-
- 📦 NEW: Install, remove and update project dependencies.
14-
- 📦 NEW: Search and install nuxt modules.
7+
- 📦 NEW: Install and Configure Vuetify.
8+
- ✨ IMPROVE: Commmands prefixing.
9+
- ✨ IMPROVE: Information/Error messages.
10+
- ✨ IMPROVE: Context menu prefixing.
11+
- ✨ IMPROVE: Handling no lockfiles or default package manager.
12+
- ✨ IMPROVE: Nuxt Devtools installation for Linux/Windows.
13+
- ✨ IMPROVE: vueFiles templates.
14+
- 🐞 FIX: Sidebar not working on Windows.
1515

1616
<br>
1717

18-
### Version 0.0.2
19-
20-
- 📖 DOCS: Update README.md.
21-
22-
<br>
23-
24-
### Version 0.0.3
18+
### Version 0.0.5
2519

26-
- 📖 DOCS: Update README.md.
27-
- ✨ IMPROVE: Extension performance.
20+
- 🐞 FIX: Activity Bar icon not showing on Linux.
21+
- 🐞 FIX: Windows performance issues.
2822

2923
<br>
3024

@@ -43,8 +37,36 @@
4337
- 🐞 FIX: Nuxt Devtools installation error on Windows & Linux.
4438
- 🐞 FIX: Activity Bar icon not showing on Linux.
4539

40+
<br>
41+
42+
### Version 0.0.3
43+
44+
- 📖 DOCS: Update README.md.
45+
- ✨ IMPROVE: Extension performance.
46+
47+
<br>
48+
49+
50+
### Version 0.0.2
51+
52+
- 📖 DOCS: Update README.md.
53+
54+
<br>
55+
56+
57+
### Version 0.0.1
58+
59+
- 📦 NEW: Create Nuxt project directories.
60+
- 📦 NEW: Create Nuxt.js files.
61+
- 📦 NEW: Open Nuxt.js Docs.
62+
- 📦 NEW: Installing dependencies.
63+
- 📦 NEW: Run scripts from the VSCode command palette or sidebar.
64+
- 📦 NEW: Toggle Nuxt Devtools from your status bar.
65+
- 📦 NEW: Install, remove and update project dependencies.
66+
- 📦 NEW: Search and install nuxt modules.
67+
68+
<br>
69+
70+
4671

47-
### Version 0.0.5
4872

49-
- 🐞 FIX: Activity Bar icon not showing on Linux.
50-
- 🐞 FIX: Windows performance issues.

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ Nuxtr VSCode extension offers a set of commands and tools to help with your Nuxt
2323

2424
### Create Nuxt project directories
2525

26+
You can create all Nuxt.js project directories with few clicks either using a command or a context menu.
27+
2628
![Nuxt Project Creation](./.github/media/directories_creation.gif)
2729

2830

2931
<br>
3032
<br>
3133

3234
### Create Nuxt.js files
33-
You can create all kind of files that Nuxt.js needs (Vue/TypeScript) and special files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore) and [`app.config.ts`](https://nuxt.com/docs/guide/directory-structure/app-config) files. Flat/sub directories structure are supported too.
35+
You can create all kind of files that Nuxt.js needs (Vue/TypeScript) and special files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore) and [`app.config.ts`](https://nuxt.com/docs/guide/directory-structure/app-config) files using commands or context menus on each directory. Flat/sub directories structure are supported too.
3436

3537
![Nuxt Files Creation](./.github/media/items_creation.gif)
3638

@@ -107,6 +109,14 @@ Almost full support for Nuxt modules with typical searching/filters experience a
107109

108110
### Install and Configure most CSS frameworks with few steps
109111

110-
You can install and configure most CSS frameworks with few steps. (TailwindCSS, WindiCSS, UnoCSS, and more coming soon)
112+
You can install and configure most CSS frameworks with few steps.
113+
114+
- Tailwind CSS.
115+
- Uno CSS.
116+
- Windi CSS.
117+
- Vueitfy.
118+
119+
More coming soon.
120+
111121

112122
![Nuxt Modules](./.github/media/css_frameworks.gif)

0 commit comments

Comments
 (0)