Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
TemplateProjects
FullstackTemplate-Formkit-Tailwind
Commits
b0992637
Commit
b0992637
authored
1 year ago
by
Vijay Kumar Chauhan
Browse files
Options
Downloads
Plain Diff
Merge branch 'SG_FormKit_CompositionAPI' into 'composition_api_development'
Added composition API support for all features. See merge request
!2
parents
4e060ea2
58826eb9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
Added composition API support for all features.
Changes
146
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.md
+1
-1
README.md
app/.env
+1
-0
app/.env
app/.env.development
+1
-0
app/.env.development
app/.env.production
+1
-0
app/.env.production
app/.env.staging
+2
-0
app/.env.staging
app/.eslintignore
+3
-0
app/.eslintignore
app/.eslintrc.js
+21
-0
app/.eslintrc.js
app/.gitignore
+25
-0
app/.gitignore
app/README.md
+118
-0
app/README.md
app/assets/css/template.scss
+411
-0
app/assets/css/template.scss
app/assets/fonts/dm-500.woff2
+0
-0
app/assets/fonts/dm-500.woff2
app/assets/fonts/dm-700.woff2
+0
-0
app/assets/fonts/dm-700.woff2
app/assets/fonts/dm.woff2
+0
-0
app/assets/fonts/dm.woff2
app/assets/fonts/iconsax/iconsax.woff
+0
-0
app/assets/fonts/iconsax/iconsax.woff
app/assets/fonts/iconsax/style.css
+3083
-0
app/assets/fonts/iconsax/style.css
app/assets/plugins/bootstrap/bootstrap-grid.min.css
+6
-0
app/assets/plugins/bootstrap/bootstrap-grid.min.css
app/assets/plugins/bootstrap/bootstrap-utilities.min.css
+6
-0
app/assets/plugins/bootstrap/bootstrap-utilities.min.css
app/babel.config.js
+6
-0
app/babel.config.js
app/favicon.ico
+0
-0
app/favicon.ico
app/gulpfile.js
+149
-0
app/gulpfile.js
with
3834 additions
and
1 deletion
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets