File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments