1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-04 10:52:43 +02:00

add fixture for JS and CSS libraries

This commit is contained in:
Arnab Sen 2022-04-19 12:41:12 +05:30
parent 675196bab3
commit f6f3b5e536
No known key found for this signature in database
GPG Key ID: 255D0564BAEA8F9D
2 changed files with 38 additions and 5 deletions

@ -1,5 +0,0 @@
{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}

@ -0,0 +1,38 @@
{
"jsLibs": [
{
"urlPref": "https://code.jquery.com/jquery",
"label": "jQuery"
},
{
"urlPref": "https://ajax.googleapis.com/ajax/libs/angularjs/",
"label": "Angular"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react/",
"label": "React"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react-dom/",
"label": "React DOM"
},
{
"urlPref": "https://unpkg.com/vue/dist/vue.min.js",
"label": "Vue.js"
}
],
"csLibs": [
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/bulma/",
"label": "Bulma"
},
{
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/hint.css/",
"label": "Hint.css"
},
{
"urlPref": "https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css",
"label": "Tailwind.css"
}
]
}