File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ A practice generated by Vue-Cli3 and using Typescript. It's still being develope
77Below is what I use to construct this project:
88
99## Framework & Language
10- * Vue 2.x
11- * Typescript 3.5x
10+ * Vue 2.x
11+ * Typescript 3.5x
1212
13- ## State managing
14- * Vuex
13+ ## State managent
14+ * Vuex
1515
1616## UI design
17- * Vuetify 2.x
17+ * Vuetify 2.x
1818
1919## Linting
20- * ESLint
20+ * ESLint
2121
2222## Testing
23- * jest(unit)
24- * Nightwatch(e2e)
23+ * jest(unit)
24+ * Nightwatch(e2e)
2525
2626
2727# Scaffold
@@ -42,14 +42,14 @@ typescript-vue-practice/
4242 └─ unit
4343```
4444
45+ # Initialize the project
4546
46- # Project setup
47+ ### Project setup
4748``` sh
4849yarn install
4950```
5051
51-
52- # Compiles and hot-reloads for development
52+ ### Compiles and hot-reloads for development
5353``` sh
5454yarn serve
5555```
You can’t perform that action at this time.
0 commit comments