Remove all references to Vue

This commit is contained in:
Keavon Chambers
2023-03-10 14:14:34 -08:00
parent b4a265a512
commit 6febdea3c3
13 changed files with 20 additions and 88 deletions
+2 -1
View File
@@ -23,7 +23,7 @@ npm --version
cd frontend
npm ci
# Install the cargo-about Rust dependency that's used during the Webpack build process (in `vue.config.js`)
# Install the cargo-about Rust dependency that's used during the Webpack build process (in `webpack.config.js`)
echo 📦 Install cargo-about
cargo install cargo-about
@@ -31,3 +31,4 @@ cargo install cargo-about
echo 👷 Build Graphite web client
export NODE_ENV=production
npm run build
mv public dist