-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
4,463 additions
and
3,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ dist-ssr | |
*.sw? | ||
|
||
# others | ||
yarn.lock | ||
package-lock.json | ||
pnpm-lock.yaml | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
> Tauri / Quasar / Vuejs starter projects. | ||
> Tauri / Elememt-Plus / Vuejs starter projects. | ||
<img src="docs/img/app-main.png" alt="screen" width="400"/> | ||
|
||
|
||
## Links | ||
|
||
* [Vuejs Page](https://vuejs.org/) | ||
* [Quasar Framework Page](https://quasar-framework.org/) | ||
* [Elememt-Plus](https://github.com/element-plus/element-plus) | ||
* [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter) | ||
* [TauriPage](https://tauri.app/) | ||
|
||
## build | ||
|
||
Install Node 20 LTS | ||
|
||
```shell | ||
pnpm i && pnpm tauri build | ||
yarn && yarn tauri build | ||
``` | ||
|
||
|
||
|
||
## develop | ||
|
||
vite dev | ||
|
||
```sh | ||
# vite dev | ||
pnpm dev | ||
yarn dev | ||
# tauri dev | ||
pnpm tauri dev | ||
yarn tauri dev | ||
# lint & fix | ||
pnpm lint | ||
yarn lint | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.