From 3a83618ca0b8a72800c8699202f8b7ae799a45f0 Mon Sep 17 00:00:00 2001 From: emizzle Date: Mon, 25 Nov 2019 15:52:02 +1100 Subject: [PATCH] chore: Add readme with Embark v5 deprecation notice --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..107458f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Embark Vue.js Template +A template for creating a Vue.js DApp using embark. + +## DEPRECATION NOTICE +Support for this template has been deprecated in Embark v5. + +### Usage +``` +embark new MyApp --template vue +``` \ No newline at end of file