Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
week-8
  • Loading branch information
tsbugbee committed Mar 15, 2020
1 parent 9d2e88d commit 004a268
Show file tree
Hide file tree
Showing 20 changed files with 11,147 additions and 0 deletions.
2 changes: 2 additions & 0 deletions week-8/.browserslistrc
@@ -0,0 +1,2 @@
> 1%
last 2 versions
21 changes: 21 additions & 0 deletions week-8/.gitignore
@@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
19 changes: 19 additions & 0 deletions week-8/README.md
@@ -0,0 +1,19 @@
# week-8

## 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/).
5 changes: 5 additions & 0 deletions week-8/babel.config.js
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}

0 comments on commit 004a268

Please sign in to comment.