fix: frappe-ui setup
This commit is contained in:
1
frappe-ui
Submodule
1
frappe-ui
Submodule
Submodule frappe-ui added at 2898a0bdd1
@@ -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'
|
||||||
|
|
||||||
|
|||||||
1718
frontend/yarn.lock
1718
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -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
0
yarn-error.log
Normal file
Reference in New Issue
Block a user