diff --git a/docs/prototypes/csv-to-table-prototype/.gitignore b/docs/prototypes/csv-to-table-prototype/.gitignore deleted file mode 100644 index a547bf36..00000000 --- a/docs/prototypes/csv-to-table-prototype/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/docs/prototypes/csv-to-table-prototype/README.md b/docs/prototypes/csv-to-table-prototype/README.md deleted file mode 100644 index 5fde6eb2..00000000 --- a/docs/prototypes/csv-to-table-prototype/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Vue Prototype - CSV to Table - -## Install - -yarn install - -## Run - -yarn dev - -## Example Table Setups - -heading1,heading2,heading3,heading4,heading5 -value1_1,value2_1,value3_1,value4_1,value5_1 -value1_2,value2_2,value3_2,value4_2,value5_2 - -columnA,columnB,columnC -"Susan",41,a -"Mike",5,b -"Jake",33,c -"Jill",30,d diff --git a/docs/prototypes/csv-to-table-prototype/index.html b/docs/prototypes/csv-to-table-prototype/index.html deleted file mode 100644 index 87b7f748..00000000 --- a/docs/prototypes/csv-to-table-prototype/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - CSV to Table - - -
- - - diff --git a/docs/prototypes/csv-to-table-prototype/package.json b/docs/prototypes/csv-to-table-prototype/package.json deleted file mode 100644 index 8e13e948..00000000 --- a/docs/prototypes/csv-to-table-prototype/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "csv-to-table-prototype", - "private": true, - "version": "0.0.0", - "type": "module", - "scripts": { - "dev": "vite", - "build": "vite build", - "preview": "vite preview" - }, - "dependencies": { - "vue": "^3.3.4" - }, - "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.5.3" - } -} diff --git a/docs/prototypes/csv-to-table-prototype/public/vite.svg b/docs/prototypes/csv-to-table-prototype/public/vite.svg deleted file mode 100644 index e7b8dfb1..00000000 --- a/docs/prototypes/csv-to-table-prototype/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/prototypes/csv-to-table-prototype/src/App.vue b/docs/prototypes/csv-to-table-prototype/src/App.vue deleted file mode 100644 index 96c8634b..00000000 --- a/docs/prototypes/csv-to-table-prototype/src/App.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/docs/prototypes/csv-to-table-prototype/src/components/CSVtoTable.vue b/docs/prototypes/csv-to-table-prototype/src/components/CSVtoTable.vue deleted file mode 100644 index 0e21c2db..00000000 --- a/docs/prototypes/csv-to-table-prototype/src/components/CSVtoTable.vue +++ /dev/null @@ -1,58 +0,0 @@ -