0
0
Fork 0

Add the first version of the history site

This commit is contained in:
Oliver-Akins 2021-09-29 23:34:56 -06:00
parent e616466f98
commit cd2349a449
16 changed files with 1696 additions and 0 deletions

17
site/package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "site",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.4",
"vue": "^3.2.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.0",
"vite": "^2.5.10"
}
}