Framework7 SQLite 示例
Framework7 CLI 选项
使用以下选项创建的 Framework7 应用程序:
{
"cwd": "/Users/leoshiang/Dropbox/Projects/Framework7/framework7-sqlite",
"type": [
"cordova"
],
"name": "Framework7 SQLite Sample",
"framework": "vue",
"template": "blank",
"bundler": "webpack",
"cssPreProcessor": false,
"theming": {
"customColor": false,
"color": "#007aff",
"darkTheme": false,
1