issues
search
Pollak-Projects
/
SZF1_13_Frontend_CourseController
1
stars
1
forks
source link
feat: Add necessary configuration files and dependencies
#2
Closed
AFekexd
closed
1 month ago
AFekexd
commented
1 month ago
Added extensions.json with Vue.volar recommendation
Added postcss.config.js with tailwindcss and autoprefixer plugins
Added main.js file with Vue app initialization
Added App.vue file with basic template and style
Added vite.config.js with Vue plugin configuration
Added tailwind.config.js with content and theme configuration
Added .gitignore file to exclude unnecessary files and directories
Added index.html file with basic structure
Updated README.md with template information
Updated package.json with dev and build scripts, and dependencies