File tree Expand file tree Collapse file tree 1 file changed +49
-28
lines changed Expand file tree Collapse file tree 1 file changed +49
-28
lines changed Original file line number Diff line number Diff line change 1- # frontend
1+ A practice generated by Vue-Cli3 and using Typescript. It's still being developed. Feel free to comment or point out anything inappropriate.
22
3- ## Project setup
4- ```
5- yarn install
6- ```
3+ ---
74
8- ### Compiles and hot-reloads for development
9- ```
10- yarn run serve
11- ```
5+ # Typescript-Vue-practice
126
13- ### Compiles and minifies for production
14- ```
15- yarn run build
16- ```
7+ Below is what I use to construct this project:
178
18- ### Run your tests
19- ```
20- yarn run test
21- ```
9+ ## Framework & Language
10+ * Vue 2.x
11+ * Typescript 3.5x
2212
23- ### Lints and fixes files
24- ```
25- yarn run lint
26- ```
13+ ## State managing
14+ * Vuex
2715
28- ### Run your end-to-end tests
29- ```
30- yarn run test:e2e
16+ ## UI design
17+ * Vuetify 2.x
18+
19+ ## Linting
20+ * ESLint
21+
22+ ## Testing
23+ * jest(unit)
24+ * Nightwatch(e2e)
25+
26+
27+ # Scaffold
28+
29+ ``` txt
30+ typescript-vue-practice/
31+ ├─ public/
32+ └─ src/
33+ └─ assets/
34+ └─ components/
35+ └─ data/
36+ └─ enums/
37+ └─ pages/
38+ └─ plugins/
39+ └─ types/
40+ ├─ tests/
41+ └─ e2e
42+ └─ unit
3143```
3244
33- ### Run your unit tests
45+
46+ # Project setup
47+ ``` sh
48+ yarn install
3449```
35- yarn run test:unit
50+
51+
52+ # Compiles and hot-reloads for development
53+ ``` sh
54+ yarn serve
3655```
3756
38- ### Customize configuration
39- See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
57+
58+ # Author's contact info
59+
60+ k19631966@gmail.com
You can’t perform that action at this time.
0 commit comments