From 1e5d1a7c44be43734e2e4a2ee36b1e52a4dffab8 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 19 Oct 2021 21:46:47 +0100 Subject: [PATCH] chore add view and makdown for test --- src/views/About.md | 21 ++++++++++++++++++ src/views/Infos.vue | 54 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 src/views/About.md create mode 100644 src/views/Infos.vue diff --git a/src/views/About.md b/src/views/About.md new file mode 100644 index 0000000..c9465c3 --- /dev/null +++ b/src/views/About.md @@ -0,0 +1,21 @@ +--- +title: About +--- + +
+ + +

About

+
+ +[Vitesse](https://github.com/antfu/vitesse) is an opinionated [Vite](https://github.com/vitejs/vite) starter template made by [@antfu](https://github.com/antfu) for mocking apps swiftly. With **file-based routing**, **components auto importing**, **markdown support**, I18n, PWA and uses **Tailwind** v2 for UI. + +```js +// syntax highlighting example +function vitesse() { + const foo = 'bar' + console.log(foo) +} +``` + +heck out the [GitHub repo](https://github.com/antfu/vitesse) for more details. diff --git a/src/views/Infos.vue b/src/views/Infos.vue new file mode 100644 index 0000000..830d56a --- /dev/null +++ b/src/views/Infos.vue @@ -0,0 +1,54 @@ + +