Skip to content

Commit

Permalink
Donate vue example from aspect-build/bazel-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 27, 2023
1 parent 462989c commit 2b9349e
Show file tree
Hide file tree
Showing 40 changed files with 1,917 additions and 57 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*~
bazel-*
.idea
.vscode
# Eclipse
.project
.classpath
Expand Down
2 changes: 2 additions & 0 deletions frontend/.bazelignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
next.js/node_modules
packages/one/node_modules
vue/node_modules
vue/libraries/simple/node_modules
12 changes: 11 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"private": true
"private": true,
"pnpm": {
"//packageExtensions": "Fix missing dependencies in npm packages, see https://pnpm.io/package_json#pnpmpackageextensions",
"packageExtensions": {
"@vitejs/plugin-vue": {
"peerDependencies": {
"vue": "*"
}
}
}
}
}
Loading

0 comments on commit 2b9349e

Please sign in to comment.