Skip to content

Commit

Permalink
Revert "feat: Desktop Application for Vue Simulator [Tauri]" (Circuit…
Browse files Browse the repository at this point in the history
…Verse#380)

Revert "feat: Desktop Application for Vue Simulator [Tauri] (CircuitVerse#374)"

This reverts commit 16e0d63.
  • Loading branch information
tachyons authored Sep 19, 2024
1 parent 16e0d63 commit 51766f2
Show file tree
Hide file tree
Showing 34 changed files with 1,084 additions and 4,536 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ node_modules
dist
dist-ssr
*.local
public/output

# Editor directories and files
.vscode/*
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
command = "npm run build && mkdir -p ./dist && cp -r ./public/* ./dist/ && mv ./dist/output/index.html ./dist/"
command = "npm run build && mkdir -p ./dist && cp -r ../public/* ./dist/ && mv ./dist/simulatorvue/index.html ./dist/"

[[redirects]]
from = "/simulatorvue/*"
to = "/index.html"
status = 200
status = 200
1,381 changes: 1,067 additions & 314 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "cross-env VITE_BASE_URL=/simulatorvue/ vite preview",
"build": "cross-env VITE_BASE_URL=./ vite build --mode build --emptyOutDir",
"dev": "cross-env VITE_BASE_URL=/simulatorvue/ vite",
"tauri": "cross-env VITE_BASE_URL=/simulatorvue/ tauri",
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
Expand All @@ -16,7 +15,6 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@mdi/font": "5.9.55",
"@tauri-apps/api": "^1.6.0",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-subscript": "^2.0.3",
Expand Down Expand Up @@ -46,13 +44,10 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@tauri-apps/cli": "^1.6.1",
"@types/jquery": "^3.5.14",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.0",
Expand Down
3 changes: 0 additions & 3 deletions src-tauri/.gitignore

This file was deleted.

Loading

0 comments on commit 51766f2

Please sign in to comment.