skysign / vuejs-sqljs-boilerplate

This is a boilerplate to use both Vue.js and sql.js together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuejs-sqljs-boilerplate

This is a boilerplate to use both Vue.js and sql.js together

Example sqlite db file is in src/assets/mytest.db

This will load mytest.db into vue.js and rows in sqlite database, are displayed in helloworld component.

Not only this example shows how we use Vuex store to load db file from server, But also, we can see how vue component and Vuex store interact each other.

Build Setup

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

github

https://github.com/skysign/vuejs-sqljs-boilerplate

About

This is a boilerplate to use both Vue.js and sql.js together

License:Apache License 2.0


Languages

Language:JavaScript 92.4%Language:Vue 6.7%Language:HTML 1.0%