Skip to content

Commit

Permalink
removed axios, rewritten vue with composition api, minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchilorenzo committed Aug 15, 2023
1 parent cd45591 commit 9df33f5
Show file tree
Hide file tree
Showing 18 changed files with 1,164 additions and 1,371 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/bin
/dist
/.tmp
/extensions/dnslookup/dnslookup-*

#Vue builds
/xradio-vue/dist
Expand All @@ -17,4 +18,5 @@ tmpState.txt
command.txt
/extensions/dnslookup/node_modules
/extensions/dnslookup/package-lock.json
TODO.md
TODO.md
node_modules
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"editor.tabSize": 2
}
2 changes: 1 addition & 1 deletion neutralino.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"applicationId": "js.neutralino.xradio",
"version": "1.0.2",
"version": "1.0.3",
"defaultMode": "window",
"documentRoot": "/xradio-vue/dist/",
"port": 6498,
Expand Down
3 changes: 1 addition & 2 deletions xradio-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "xradio",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.27.2",
"howler": "^2.2.3",
"vue": "^3.2.13",
"vue-marquee-text-component": "^2.0.1",
Expand Down
Loading

0 comments on commit 9df33f5

Please sign in to comment.