Initialize project
vue create project-name
Install tailwind
vue add tailwind
Install pug loader
npm i -D pug pug-plain-loader
VSCode 工作區設定
{ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "tailwindCSS.emmetCompletions": true, }
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up