Skip to content

Commit

Permalink
Merge pull request #4 from sethreidnz/vue
Browse files Browse the repository at this point in the history
Add vue
  • Loading branch information
sethreidnz authored Jan 6, 2019
2 parents 6b46842 + ca5af19 commit f780dc7
Show file tree
Hide file tree
Showing 12 changed files with 11,147 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/vue/.gitignore
Original file line number Diff line number Diff line change
@@ -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*
29 changes: 29 additions & 0 deletions src/vue/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# vue

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions src/vue/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
Loading

0 comments on commit f780dc7

Please sign in to comment.