diff --git a/vuepart/.gitignore b/vuepart/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..403adbc1e527906a4aa59558cd582c20bcd1d738 --- /dev/null +++ b/vuepart/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/vuepart/README.md b/vuepart/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a49f882f1a7ef6a89112e706832fe3981d5fda2d --- /dev/null +++ b/vuepart/README.md @@ -0,0 +1,19 @@ +# vuepart + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/vuepart/public/favicon.ico b/vuepart/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2 Binary files /dev/null and b/vuepart/public/favicon.ico differ diff --git a/vuepart/public/index.html b/vuepart/public/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3e5a13962197105f2078d2a224cc57dfa09b4893 --- /dev/null +++ b/vuepart/public/index.html @@ -0,0 +1,17 @@ + + +
+ + + + +