From 2daac794a8d6a0823dbb588312ccb50ec5614442 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Tue, 15 Sep 2020 10:07:57 +0200 Subject: [PATCH] wip --- .gitignore | 1 - index.html | 1 + package.json | 5 ++-- src/App.vue | 38 ++++++++++++++++++++++++-- src/components/Test1.vue | 38 ++++++++++++++++++++++++++ src/components/{Test.vue => Test2.vue} | 23 ++++++---------- src/core/index.js | 1 + src/index.css | 4 +-- 8 files changed, 87 insertions(+), 24 deletions(-) create mode 100644 src/components/Test1.vue rename src/components/{Test.vue => Test2.vue} (56%) diff --git a/.gitignore b/.gitignore index e42754a..e608232 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ node_modules .DS_Store -dist *.local \ No newline at end of file diff --git a/index.html b/index.html index d49c18c..fa8f956 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Vite App diff --git a/package.json b/package.json index 0d06ebf..d472372 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "test-vite", + "name": "trois", "version": "0.0.0", "scripts": { "dev": "vite", @@ -20,6 +20,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^6.2.2", - "vite": "^1.0.0-rc.1" + "sass": "^1.26.10", + "vite": "^1.0.0-rc.4" } } diff --git a/src/App.vue b/src/App.vue index 3710e9c..2d4d6ab 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,46 @@ + + diff --git a/src/components/Test1.vue b/src/components/Test1.vue new file mode 100644 index 0000000..e8f413e --- /dev/null +++ b/src/components/Test1.vue @@ -0,0 +1,38 @@ + + + diff --git a/src/components/Test.vue b/src/components/Test2.vue similarity index 56% rename from src/components/Test.vue rename to src/components/Test2.vue index f1a38fd..ba416e9 100644 --- a/src/components/Test.vue +++ b/src/components/Test2.vue @@ -1,15 +1,12 @@