Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky0621/vuetify-design-catalog
https://github.com/sky0621/vuetify-design-catalog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/vuetify-design-catalog
- Owner: sky0621
- Created: 2020-06-07T07:28:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:21:44.000Z (about 2 years ago)
- Last Synced: 2023-02-28T01:01:59.176Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify-design-catalog
## create
```
$ pwd
/home/sky0621/work/src/github.com/sky0621/vuetify-design-catalog
$
$ yarn create nuxt-app src
yarn create v1.22.4
〜〜〜
create-nuxt-app v2.15.0
✨ Generating Nuxt.js project in src
? Project name src
? Project description My praiseworthy Nuxt.js project
? Author name sky0621
? Choose programming language TypeScript
? Choose the package manager Yarn
? Choose UI framework Vuetify.js
? Choose custom server framework None (Recommended)
? Choose the runtime for TypeScript @nuxt/typescript-runtime
? Choose Nuxt.js modules Axios, DotEnv
? Choose linting tools ESLint, Prettier
? Choose test framework None
? Choose rendering mode Universal (SSR)
? Choose development tools (Press to select, to toggle all, to invert selection)
yarn run v1.22.4
$ eslint --ext .js,.vue --ignore-path .gitignore . --fix/home/sky0621/work/src/github.com/sky0621/vuetify-design-catalog/src/nuxt.config.js
80:12 error 'config' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
80:20 error 'ctx' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars✖ 2 problems (2 errors, 0 warnings)
```## ref
### typescript
https://typescript.nuxtjs.org/cookbook/components/### vuetify
https://vuetifyjs.com/ja/getting-started/quick-start/### vuetify-module
https://github.com/nuxt-community/vuetify-module### vuetify-playground
https://codesandbox.io/s/nuxtjs-vuetify-v0k7i?file=/pages/index.vue