Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smallst committed Dec 27, 2019
1 parent c5677cb commit b5db1e3
Show file tree
Hide file tree
Showing 56 changed files with 7,859 additions and 12,417 deletions.
18 changes: 0 additions & 18 deletions frontend/.babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions frontend/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
last 2 versions
9 changes: 0 additions & 9 deletions frontend/.editorconfig

This file was deleted.

14 changes: 9 additions & 5 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.DS_Store
node_modules/
/dist/
node_modules
/dist

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

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log

# Editor directories and files
.idea
Expand All @@ -15,3 +18,4 @@ selenium-debug.log
*.ntvs*
*.njsproj
*.sln
*.sw?
10 changes: 0 additions & 10 deletions frontend/.postcssrc.js

This file was deleted.

41 changes: 20 additions & 21 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
# frontend
# web

> my homepage frontend
## Build Setup

``` bash
# install dependencies
## Project setup
```
npm install
```

# serve with hot reload at localhost:8080
npm run dev
### Compiles and hot-reloads for development
```
npm run serve
```

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

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

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

# run all tests
npm test
### Lints and fixes files
```
npm run lint
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions frontend/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
41 changes: 0 additions & 41 deletions frontend/build/build.js

This file was deleted.

54 changes: 0 additions & 54 deletions frontend/build/check-versions.js

This file was deleted.

Binary file removed frontend/build/logo.png
Binary file not shown.
101 changes: 0 additions & 101 deletions frontend/build/utils.js

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/build/vue-loader.conf.js

This file was deleted.

Loading

0 comments on commit b5db1e3

Please sign in to comment.