Skip to content

Instantly share code, notes, and snippets.

@sawirricardo
Last active May 9, 2022 07:02
Show Gist options
  • Save sawirricardo/5099ef231ba1996880f2402eedae063a to your computer and use it in GitHub Desktop.
Save sawirricardo/5099ef231ba1996880f2402eedae063a to your computer and use it in GitHub Desktop.
Vue almost must use command
npm install vue-router@4;
npm install @vueuse/core;
npm install @vueuse/head;
npm install vee-validate;
npm install zod;
npm install @vee-validate/zod;
npm install nprogress;
npm install axios;
npm install focus-trap;
npm install pinia;
npm install vue-tsc -D;
npm install -D tailwindcss postcss autoprefixer;
npx tailwindcss init -p;
npm install @inertiajs/inertia @inertiajs/inertia-vue3;
npm install @vue/server-renderer;
npm install @inertiajs/server;
npm install webpack-node-externals;
npm install vue@latest;
npm install vue-loader@^16.2.0 --save-dev --legacy-peer-deps;
npm install @inertiajs/progress;
npm install @types/ziggy-js;
npm install @babel/plugin-syntax-dynamic-import;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment