nw + sqlite3的小demo,用到了webpack + vue + jade 我的环境:win7 32位 一些预编译的环境要安装好,sqlite3说要安装vs2010,但我实际上还是安装了vs2013
npm install
npm start
drag www
to nw.exe
node_modules
打包程序的node模块,是app所有的模块src
源代码,没打包压缩,没加nw外壳的源代码www
nw运行的目录,webpack会构建,里面的node_modules是nw专用的,包含package.jsondist
打包发布目录,暂时没想好怎么放
common
functions or plugins that may use by both fontend and backenddb
database filedao
this is a backend folder that connect with databaseservices
the backend bussiness codesactions
this is a backend folder that connect with fontendinterfaces
this is a fontend folder that connect with backendmodules
the fontend bussiness modulesassets
some fontend statics sources( images / scss )