Skip to content
Snippets Groups Projects
Commit e33cf83d authored by Odai Alali's avatar Odai Alali
Browse files

create vue with vue-cli 3

parent 7564dcff
No related branches found
Tags 0.1.0
No related merge requests found
Showing
with 9293 additions and 9922 deletions
> 1%
last 2 versions
not ie <= 8
......@@ -14,4 +14,4 @@ module.exports = {
parserOptions: {
parser: 'babel-eslint'
}
}
\ No newline at end of file
}
# phpstorm project files
# Editor directories and files
.idea
# netbeans project files
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
nbproject
# zend studio for eclipse project files
.buildpath
.project
.settings
......@@ -37,6 +39,9 @@ tests/_support/_generated
#environment variable files
.env
# local env files
.env.local
.env.*.local
# @TODO fix this
web/fonts
......@@ -44,3 +49,10 @@ dis-app.code-workspace
dis.code-workspace
dis-app.code-workspace
web/mix-manifest.json
/dist
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
......@@ -137,7 +137,3 @@ return [
'charset' => 'utf8',
];
```
**NOTES:**
- Yii won't create the database for you (except of docker installation where data base is created by mariadb image configuration), this has to be done manually before you can access it.
- Check and edit the other files in the `config/` directory to customize your application as required.
module.exports = {
presets: [
'@vue/app'
]
}
This diff is collapsed.
{
"name": "dis",
"version": "1.0.0",
"description": "DIS Goes Mobile",
"main": "index.js",
"directories": {
"test": "tests"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [],
"author": "Odai Alali <alali@informationsgesellschaft.com>",
"license": "ISC",
"devDependencies": {
"@vue/eslint-config-standard": "^3.0.0-rc.11",
"babel-eslint": "^8.2.6",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-plugin-vue": "^4.7.1",
"laravel-mix": "^2.1.11",
"material-design-icons-iconfont": "^3.0.3"
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"register-service-worker": "^1.0.0",
"vue": "^2.5.17",
"vue-modal-dialogs": "^3.0.0",
"vue-router": "^3.0.1",
"vuetify": "^1.3.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-pwa": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-standard": "^3.0.5",
"lint-staged": "^7.2.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
module.exports = {
plugins: {
autoprefixer: {}
}
}
public/favicon.ico

1.12 KiB

public/img/icons/android-chrome-192x192.png

9.2 KiB

public/img/icons/android-chrome-512x512.png

29.1 KiB

public/img/icons/apple-touch-icon-120x120.png

3.29 KiB

public/img/icons/apple-touch-icon-152x152.png

3.95 KiB

public/img/icons/apple-touch-icon-180x180.png

4.57 KiB

public/img/icons/apple-touch-icon-60x60.png

1.46 KiB

public/img/icons/apple-touch-icon-76x76.png

1.78 KiB

public/img/icons/apple-touch-icon.png

4.57 KiB

public/img/icons/favicon-16x16.png

799 B

public/img/icons/favicon-32x32.png

1.24 KiB

public/img/icons/msapplication-icon-144x144.png

1.14 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment