- remove README.md and netlify deploy config

- modify lint issue and root README.md(erase netlify description)
This commit is contained in:
2021-12-24 13:48:22 +09:00
parent a454ae4664
commit c309c0806d
8 changed files with 5 additions and 66 deletions

View File

@@ -1,20 +0,0 @@
## File-based Routing
Routes will be auto-generated for Vue files in this dir with the same file structure.
Check out [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) for more details.
### Path Aliasing
`~/` is aliased to `./src/` folder.
For example, instead of having
```ts
import { isDark } from '../../../../composables'
```
now, you can use
```ts
import { isDark } from '~/composables'
```