quasarwind 1.0.0 → 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.
- package/README.md +7 -1
- package/package.json +5 -5
- /package/{template → quasarwind}/.prettierrc +0 -0
- /package/{template → quasarwind}/.vscode/extensions.json +0 -0
- /package/{template → quasarwind}/.vscode/settings.json +0 -0
- /package/{template → quasarwind}/README.md +0 -0
- /package/{template → quasarwind}/eslint.config.js +0 -0
- /package/{template → quasarwind}/index.html +0 -0
- /package/{template → quasarwind}/package-lock.json +0 -0
- /package/{template → quasarwind}/package.json +0 -0
- /package/{template → quasarwind}/public/vite.svg +0 -0
- /package/{template → quasarwind}/src/App.vue +0 -0
- /package/{template → quasarwind}/src/assets/vue.svg +0 -0
- /package/{template → quasarwind}/src/components/ExampleComponent.vue +0 -0
- /package/{template → quasarwind}/src/css/app.css +0 -0
- /package/{template → quasarwind}/src/layout/MainLayout.vue +0 -0
- /package/{template → quasarwind}/src/main.ts +0 -0
- /package/{template → quasarwind}/src/page/NotFound.vue +0 -0
- /package/{template → quasarwind}/src/router/index.ts +0 -0
- /package/{template → quasarwind}/src/router/routes.ts +0 -0
- /package/{template → quasarwind}/src/stores/example-store.ts +0 -0
- /package/{template → quasarwind}/src/vite-env.d.ts +0 -0
- /package/{template → quasarwind}/tsconfig.app.json +0 -0
- /package/{template → quasarwind}/tsconfig.json +0 -0
- /package/{template → quasarwind}/tsconfig.node.json +0 -0
- /package/{template → quasarwind}/types.d.ts +0 -0
- /package/{template → quasarwind}/vite.config.ts +0 -0
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quasarwind",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "CLI
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "CLI for generating custom project vite with Quasar and Tailwind",
|
|
5
5
|
"bin": {
|
|
6
|
-
"
|
|
6
|
+
"quasarwind": "bin/index.js"
|
|
7
7
|
},
|
|
8
|
-
"keywords": ["vite", "
|
|
9
|
-
"author": "
|
|
8
|
+
"keywords": ["vite", "quasar","tailwind", "vue", "pinia", "router", "typescript", "eslint", "prettier"],
|
|
9
|
+
"author": "Edilberto Coello Savigne",
|
|
10
10
|
"license": "MIT"
|
|
11
11
|
}
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|