add nested ul
This commit is contained in:
parent
fd1ea11170
commit
c9a2a971f1
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -29,16 +29,16 @@ VITE_PASSWORD=your-private-password
|
|||
### Rules and conventions
|
||||
|
||||
- All `.vue` files' names are written in PascalCase :
|
||||
✗ `sidenav.vue`
|
||||
✗ `sideNav.vue`
|
||||
✔ `SideNav.vue`
|
||||
✔ `Home.vue`
|
||||
- ✗ `sidenav.vue`
|
||||
- ✗ `sideNav.vue`
|
||||
- ✔ `SideNav.vue`
|
||||
- ✔ `Home.vue`
|
||||
- Stores files' names, located in `/src/stores/`, are written in camelCase and doesn't include the word "Store" :
|
||||
✗ `Api.js`
|
||||
✗ `ApiStore.js`
|
||||
✗ `apiStore.js`
|
||||
✔ `api.js`
|
||||
✔ `pageData.js`
|
||||
- ✗ `Api.js`
|
||||
- ✗ `ApiStore.js`
|
||||
- ✗ `apiStore.js`
|
||||
- ✔ `api.js`
|
||||
- ✔ `pageData.js`
|
||||
|
||||
### Creating a page
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue