feat(alpha) prep (#27)

* feat(testing) add test apps, docs for testing

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(testing) add test apps, docs for testing, fix entry and generator

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(tauri) use require.resolve

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(rust) fix for cargo sources

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* chore(version) bump

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(tauri) setup tauri object

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(demo) setup tauri object

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(entry) fix generator

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>

* feat(docs) prepare quasar spa docs

Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
This commit is contained in:
nothingismagick
2019-08-22 21:46:45 +02:00
committed by Lucas Fernandes Nogueira
parent 9e4a8c6429
commit f0d95a4244
134 changed files with 10956 additions and 15 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "@quasar/tauri",
"version": "1.0.0-alpha.0",
"version": "0.0.1-utility.3",
"description": "Multi-binding collection of libraries and templates for building Tauri",
"bin": {
"tauri": "mode/bin/tauri.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"devUp": ""
},
"repository": {
"type": "git",