Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudinashar authored Feb 19, 2021
1 parent f9d4e84 commit d40d584
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ changes may accours anytime
#### Build Setup

``` bash

# clone project
git clone https://github.com/mahmudinashar/electron-vue-sqlite3.git

# enter project folder
cd electron-vue-sqlite3

# install dependencies
npm install
yarn or npm install

# serve with hot reload at localhost:9080
# running project in development
npm run dev

# build electron application for production
# build project
npm run build


# lint all JS/Vue component files in `src/`
npm run lint
npm run lint:fix

```

Expand Down

0 comments on commit d40d584

Please sign in to comment.