update:第一次提交
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "cesium-frame", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "@codesandbox/sandpack-react": "^2.18.0", | |||
| "@element-plus/icons-vue": "^2.3.1", | |||
| "element-plus": "^2.7.7", | |||
| "sandpack-vue3": "^3.1.11", | |||
| "vue": "^3.4.29", | |||
| "vue-router": "^4.4.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^5.0.5", | |||
| "autoprefixer": "^10.4.19", | |||
| "postcss": "^8.4.39", | |||
| "sass": "^1.77.8", | |||
| "tailwindcss": "^3.4.4", | |||
| "vite": "^5.3.1" | |||
| } | |||
| } |
postcss.config.js
0 → 100644
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/AppLayout.vue
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/AsideMenuBar.vue
0 → 100644
src/components/Entrance.vue
0 → 100644
src/components/FirstCesium.vue
0 → 100644
src/components/HeaderMenuBar.vue
0 → 100644
src/index.css
0 → 100644
src/main.js
0 → 100644
src/pages/CodeAndCesium.vue
0 → 100644
src/pages/ErrorPage.vue
0 → 100644
src/pages/Home.vue
0 → 100644
src/router/index.js
0 → 100644
src/views/indexView.vue
0 → 100644
tailwind.config.js
0 → 100644
vite.config.js
0 → 100644
yarn.lock
0 → 100644
Please
register
or
sign in
to comment