Skip to content

Commit 53dbd1c

Browse files
authored
Update README.md
1 parent f02011b commit 53dbd1c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# vuejs-sqljs-boilerplate
2-
This is a boilerplate to use both Vue.js and sql.js together
2+
This is a boilerplate to use both [Vue.js](https://vuejs.org/) and [sql.js](https://github.com/kripken/sql.js/) together
3+
4+
Example sqlite db file is in src/assets/mytest.db
5+
6+
This will load mytest.db into vue.js and rows in sqlite database, are displayed in helloworld component.
7+
8+
Not only this example shows how we use Vuex store to load db file from server,
9+
But also, we can see how vue component and Vuex store interact each other.
10+
11+
## Build Setup
12+
### install dependencies
13+
npm install
14+
15+
### serve with hot reload at localhost:8080
16+
npm run dev
17+
18+
# github
19+
https://github.com/skysign/vuejs-sqljs-boilerplate

0 commit comments

Comments
 (0)