forked from creativetimofficial/vue-material-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 16b80b9
Showing
599 changed files
with
77,647 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* eslint-env node */ | ||
require("@rushstack/eslint-patch/modern-module-resolution"); | ||
|
||
module.exports = { | ||
root: true, | ||
extends: [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended", | ||
"@vue/eslint-config-prettier", | ||
], | ||
rules: { | ||
"vue/multi-word-component-names": "off", | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
package-lock.json | ||
|
||
node_modules | ||
.DS_Store | ||
dist | ||
dist-ssr | ||
coverage | ||
*.local | ||
|
||
/cypress/videos/ | ||
/cypress/screenshots/ | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# vue-material-kit | ||
|
||
This template should help get you started developing with Vue 3 in Vite. | ||
|
||
## Recommended IDE Setup | ||
|
||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). | ||
|
||
## Customize configuration | ||
|
||
See [Vite Configuration Reference](https://vitejs.dev/config/). | ||
|
||
## Project Setup | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
### Compile and Hot-Reload for Development | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
### Compile and Minify for Production | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
### Lint with [ESLint](https://eslint.org/) | ||
|
||
```sh | ||
npm run lint | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="76x76" | ||
href="./assets/img/apple-icon.png" | ||
/> | ||
<link rel="icon" type="image/png" href="./src/assets/img/favicon.png" /> | ||
<title>Material Kit 2 by Creative Tim</title> | ||
<!-- Fonts and icons --> | ||
<link | ||
rel="stylesheet" | ||
type="text/css" | ||
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:400,700" | ||
/> | ||
<!-- Font Awesome Icons --> | ||
<script | ||
src="https://kit.fontawesome.com/42d5adcbca.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<!-- Material Icons --> | ||
<link | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "vue-material-kit-2", | ||
"version": "2.0.0", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview --port 4173", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | ||
}, | ||
"dependencies": { | ||
"@popperjs/core": "2.11.5", | ||
"@vueform/slider": "^2.1.1", | ||
"bootstrap": "5.1.3", | ||
"choices.js": "10.1.0", | ||
"pinia": "2.0.14", | ||
"prismjs": "1.28.0", | ||
"typed.js": "2.0.12", | ||
"vue": "3.2.36", | ||
"vue-clipboard3": "2.0.0", | ||
"vue-count-to": "1.0.13", | ||
"vue-flatpickr-component": "9.0.6", | ||
"vue-prism-editor": "2.0.0-alpha.2", | ||
"vue-router": "4.0.15" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "1.1.0", | ||
"@vitejs/plugin-vue": "2.3.3", | ||
"@vue/eslint-config-prettier": "7.0.0", | ||
"eslint": "8.19.0", | ||
"eslint-plugin-vue": "9.0.0", | ||
"prettier": "2.5.1", | ||
"sass": "1.52.3", | ||
"sass-loader": "13.0.0", | ||
"vite": "2.9.9" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<script setup> | ||
/* | ||
========================================================= | ||
* Vue Material Kit 2 Pro - v2.0.0 | ||
========================================================= | ||
* Product Page: https://www.creative-tim.com/product/vue-material-kit-pro | ||
* Copyright 2022 Creative Tim (https://www.creative-tim.com) | ||
Coded by www.creative-tim.com | ||
========================================================= | ||
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
*/ | ||
import { RouterView } from "vue-router"; | ||
</script> | ||
|
||
<template> | ||
<router-view /> | ||
</template> |
Oops, something went wrong.