Skip to content

Commit

Permalink
Wise UI foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceV committed Jul 15, 2020
1 parent f89c655 commit b077419
Show file tree
Hide file tree
Showing 30 changed files with 13,076 additions and 370 deletions.
10 changes: 10 additions & 0 deletions wiseService/.postcssrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}
24 changes: 24 additions & 0 deletions wiseService/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# vueapp

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

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

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Binary file added wiseService/favicon.ico
Binary file not shown.
Loading

0 comments on commit b077419

Please sign in to comment.