Skip to content

Commit 6c47bcf

Browse files
committed
update readme
1 parent e056417 commit 6c47bcf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,25 @@ Alternatively, if you have Yarn^0.24, you can use the `yarn create` command:
3434
yarn create vue-app my-vue-app
3535
```
3636

37+
### Folder structure
38+
39+
```bash
40+
.
41+
├── README.md
42+
├── index.ejs
43+
├── package.json
44+
├── poi.config.js
45+
├── src
46+
│ ├── components
47+
│ │ ├── App.test.js
48+
│ │ └── App.vue
49+
│ ├── index.js
50+
│ └── polyfills.js
51+
├── static
52+
│ └── favicon.ico
53+
└── yarn.lock
54+
```
55+
3756
## Recipes
3857

3958
- [Unit Test](./docs/unit-test.md)

0 commit comments

Comments
 (0)