Initial commit
parents
Pipeline
#1133
failed
with stages
in
0 seconds
Showing
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
assets/README.md
0 → 100644
commitlint.config.js
0 → 100644
components/Logo.vue
0 → 100644
components/README.md
0 → 100644
content/hello.md
0 → 100644
jsconfig.json
0 → 100644
layouts/README.md
0 → 100644
layouts/default.vue
0 → 100644
middleware/README.md
0 → 100644
nuxt.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "chat", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "nuxt", | |||
| "build": "nuxt build", | |||
| "start": "nuxt start", | |||
| "generate": "nuxt generate", | |||
| "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .", | |||
| "lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore", | |||
| "lint": "yarn lint:js && yarn lint:style" | |||
| }, | |||
| "lint-staged": { | |||
| "*.{js,vue}": "eslint", | |||
| "*.{css,vue}": "stylelint" | |||
| }, | |||
| "husky": { | |||
| "hooks": { | |||
| "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | |||
| "pre-commit": "lint-staged" | |||
| } | |||
| }, | |||
| "dependencies": { | |||
| "@nuxt/content": "^1.9.0", | |||
| "@nuxtjs/axios": "^5.12.2", | |||
| "@nuxtjs/pwa": "^3.0.2", | |||
| "core-js": "^3.6.5", | |||
| "nuxt": "^2.14.6" | |||
| }, | |||
| "devDependencies": { | |||
| "@commitlint/cli": "^11.0.0", | |||
| "@commitlint/config-conventional": "^11.0.0", | |||
| "@nuxtjs/eslint-config": "^3.1.0", | |||
| "@nuxtjs/eslint-module": "^2.0.0", | |||
| "@nuxtjs/stylelint-module": "^4.0.0", | |||
| "babel-eslint": "^10.1.0", | |||
| "eslint": "^7.10.0", | |||
| "eslint-config-prettier": "^6.12.0", | |||
| "eslint-plugin-nuxt": "^1.0.0", | |||
| "eslint-plugin-prettier": "^3.1.4", | |||
| "husky": "^4.3.0", | |||
| "lint-staged": "^10.4.0", | |||
| "prettier": "^2.1.2", | |||
| "stylelint": "^13.7.2", | |||
| "stylelint-config-prettier": "^8.0.2", | |||
| "stylelint-config-standard": "^20.0.0" | |||
| } | |||
| } | |||
| \ No newline at end of file |
pages/README.md
0 → 100644
pages/index.vue
0 → 100644
plugins/README.md
0 → 100644
static/README.md
0 → 100644
static/favicon.ico
0 → 100644
File added
static/icon.png
0 → 100644
12.4 KB
store/README.md
0 → 100644
stylelint.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment