Skip to content

Commit b3833ea

Browse files
committed
update readme
1 parent 5c70180 commit b3833ea

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ pnpm-debug.log*
2121
*.njsproj
2222
*.sln
2323
*.sw?
24+
25+
# Packages
26+
packages

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Vue Desktop With NeutralinoJS
1+
# Vue Desktop With Tauri
22

3-
## NeutralinoJS
3+
## Tauri
44

5-
<a href="https://github.com/neutralinojs" target="_blank">Neutralinojs</a> is a lightweight and portable desktop application development framework. It lets you develop lightweight cross-platform desktop applications using JavaScript, HTML and CSS. Apps built with Neutralinojs can run on Linux, macOS, Windows, Web, and Chrome. Also, you can extend Neutralinojs with any programming language (via extensions IPC) and use Neutralinojs as a part of any source file (via child processes IPC).
5+
<a href="https://github.com/tauri-apps/tauri" >Tauri</a> is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
66

77
## VueJS v3
88

src/assets/scss/_contextmenu.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
@apply bg-white rounded;
33
@apply dark:bg-gray-900 dark:text-gray-400;
44
width: 150px;
5+
box-shadow: 0px 0px 10px #1c1c1c4d;
56
z-index: 1000;
67
position: absolute;
78
left: -9999px;
89
top: -9999px;
10+
911
ul {
1012
li {
1113
@apply border-b text-xs p-2 hover:bg-gray-300 dark:border-gray-800;

0 commit comments

Comments
 (0)