quasarwind 1.0.1 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
  3. /package/{template → quasarwind}/.prettierrc +0 -0
  4. /package/{template → quasarwind}/.vscode/extensions.json +0 -0
  5. /package/{template → quasarwind}/.vscode/settings.json +0 -0
  6. /package/{template → quasarwind}/README.md +0 -0
  7. /package/{template → quasarwind}/eslint.config.js +0 -0
  8. /package/{template → quasarwind}/index.html +0 -0
  9. /package/{template → quasarwind}/package-lock.json +0 -0
  10. /package/{template → quasarwind}/package.json +0 -0
  11. /package/{template → quasarwind}/public/vite.svg +0 -0
  12. /package/{template → quasarwind}/src/App.vue +0 -0
  13. /package/{template → quasarwind}/src/assets/vue.svg +0 -0
  14. /package/{template → quasarwind}/src/components/ExampleComponent.vue +0 -0
  15. /package/{template → quasarwind}/src/css/app.css +0 -0
  16. /package/{template → quasarwind}/src/layout/MainLayout.vue +0 -0
  17. /package/{template → quasarwind}/src/main.ts +0 -0
  18. /package/{template → quasarwind}/src/page/NotFound.vue +0 -0
  19. /package/{template → quasarwind}/src/router/index.ts +0 -0
  20. /package/{template → quasarwind}/src/router/routes.ts +0 -0
  21. /package/{template → quasarwind}/src/stores/example-store.ts +0 -0
  22. /package/{template → quasarwind}/src/vite-env.d.ts +0 -0
  23. /package/{template → quasarwind}/tsconfig.app.json +0 -0
  24. /package/{template → quasarwind}/tsconfig.json +0 -0
  25. /package/{template → quasarwind}/tsconfig.node.json +0 -0
  26. /package/{template → quasarwind}/types.d.ts +0 -0
  27. /package/{template → quasarwind}/vite.config.ts +0 -0
package/README.md CHANGED
@@ -1 +1,7 @@
1
- # quasarwind
1
+ # quasarwind
2
+
3
+ 1. install
4
+ npm i -g quasarwind
5
+ 2. execute cli
6
+ quasarwind name_project
7
+ 3. Follow instructions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasarwind",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for generating custom project vite with Quasar and Tailwind",
5
5
  "bin": {
6
6
  "quasarwind": "bin/index.js"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes