fix: frappe-ui setup

This commit is contained in:
Jannat Patel
2023-11-29 22:28:38 +05:30
parent 63bcf15900
commit 0e2feac81e
6 changed files with 3325 additions and 1767 deletions

1
frappe-ui Submodule

Submodule frappe-ui added at 2898a0bdd1

View File

@@ -12,7 +12,7 @@
</template> </template>
<script setup> <script setup>
import { createListResource } from 'frappe-ui'; import { createListResource, Tabs } from 'frappe-ui';
import { ref, computed } from 'vue'; import { ref, computed } from 'vue';
import CourseCard from '@/components/CourseCard.vue' import CourseCard from '@/components/CourseCard.vue'

File diff suppressed because it is too large Load Diff

View File

@@ -2,9 +2,11 @@
"name": "frappe_lms", "name": "frappe_lms",
"version": "1.0.0", "version": "1.0.0",
"description": "Easy to use, open-source, Learning Management System", "description": "Easy to use, open-source, Learning Management System",
"workspaces": ["frappe-ui", "frontend"],
"scripts": { "scripts": {
"test-local": "cypress open --e2e --browser chrome" "test-local": "cypress open --e2e --browser chrome"
}, },
"private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/frappe/lms.git" "url": "git+https://github.com/frappe/lms.git"

0
yarn-error.log Normal file
View File

3369
yarn.lock

File diff suppressed because it is too large Load Diff