rename web to frontend

This commit is contained in:
benjaminramey
2019-11-21 13:06:29 -06:00
parent c42cc9e294
commit 02e5d3cecd
20 changed files with 260 additions and 388 deletions

View File

@@ -1,7 +1,5 @@
.DS_Store
# package directories
node_modules
jspm_packages
/dist
# local env files
@@ -20,7 +18,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
# Serverless directories
.serverless
*.sw?

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"name": "web",
"name": "lunchrunfrontend",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -10,6 +10,7 @@
"dependencies": {
"core-js": "^3.3.2",
"vue": "^2.6.10",
"vue-cli-plugin-s3-deploy": "^3.0.0",
"vue-router": "^3.1.3",
"vuex": "^3.0.1"
},

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -1,5 +0,0 @@
service: lunchrunweb
provider:
name: aws
runtime: nodejs12.x