We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72d1d5 commit 54097c0Copy full SHA for 54097c0
README.md
@@ -1,5 +1,7 @@
1
# setup-vuejs-project-without-vue-cli
2
-Setting up a new Vue project from scratch without using Vue CLI
+Setting up latest Vue JS v3 (vue@next) project from scratch without using Vue CLI.
3
+
4
+Including Single File Components (SFCs), Vue Router v4, SCSS
5
```sh
6
// Install dependencies
7
npm install
0 commit comments