Skip to content

Commit ecc5251

Browse files
authored
Completed setup and installation of Vue 3 and Tailwind CSS
Completed setup and installation of Vue 3 and Tailwind CSS
2 parents 9d9b8be + 361a980 commit ecc5251

File tree

12 files changed

+228475
-114
lines changed

12 files changed

+228475
-114
lines changed

package-lock.json

Lines changed: 10437 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
1111
},
1212
"devDependencies": {
13+
"@vue/compiler-sfc": "^3.0.5",
1314
"axios": "^0.19",
1415
"cross-env": "^7.0",
15-
"laravel-mix": "^5.0.1",
16+
"laravel-mix": "^6.0.0-beta.17",
1617
"lodash": "^4.17.19",
17-
"resolve-url-loader": "^3.1.0"
18+
"postcss": "^8.1.14",
19+
"resolve-url-loader": "^3.1.0",
20+
"tailwindcss": "^2.0.2",
21+
"vue-loader": "^16.0.0-beta.9"
22+
},
23+
"dependencies": {
24+
"vue": "^3.0.5"
1825
}
1926
}

0 commit comments

Comments
 (0)