Skip to content

Commit

Permalink
Merge pull request #39 from openbase/feature/vue2
Browse files Browse the repository at this point in the history
moving to vue2
  • Loading branch information
DivineThreepwood authored Feb 13, 2024
2 parents bd8316f + 7dde4fb commit bb119f0
Show file tree
Hide file tree
Showing 17 changed files with 1,924 additions and 8,069 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,6 @@ gen-external-apklibs
### Node JS and VuePress
node_modules
www/.vuepress/dist
www/.vuepress/.temp
www/.vuepress/.cache
jspm_packages
4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "bco.website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vuepress dev www",
"build": "vuepress build www"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"vuepress": "^0.14.10"
"@vuepress/client": "2.0.0-rc.0",
"stylus": "^0.62.0",
"vue": "^3.3.8",
"vuepress": "2.0.0-rc.0"
},
"dependencies": {
"yarn": "^1.13.0"
"@vuepress/theme-default": "2.0.0-rc.0"
}
}
Loading

0 comments on commit bb119f0

Please sign in to comment.