Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Frontend shubhamkakkar #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

32 changes: 0 additions & 32 deletions .eslintrc.js

This file was deleted.

14 changes: 9 additions & 5 deletions .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 .postcssrc.js

This file was deleted.

24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

50 changes: 27 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
# biojs-frontend
# biojs

> Frontend for BioJS as a part of GSoC 2018.

## Status
## demo
``
https://biojs-kakkar-frontend.surge.sh
``

[![Build Status](https://travis-ci.org/biojs/biojs-frontend.svg?branch=develop)](https://travis-ci.org/biojs/biojs-frontend) <img src="http://www.bichromate.org/images/browserstack.png" height=25 />
## Build Setup
PS: Only Components Directory isn't available for demo, others are ready (all components section throughout the site and DOCS isnt there to be showcased)

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
## Project setup
```
yarn install
```

# build for production and view the bundle analyzer report
npm run build --report
### Compiles and hot-reloads for development
```
yarn run serve
```

# run unit tests
npm run unit
### Compiles and minifies for production
```
yarn run build
```

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

# run all tests
npm test
### Lints and fixes files
```
yarn 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 babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
41 changes: 0 additions & 41 deletions build/build.js

This file was deleted.

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

This file was deleted.

Loading