1
parents
Showing
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
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": "coinnavbrowse", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"amfe-flexible": "^2.2.1", | ||
"core-js": "^3.6.5", | ||
"echarts": "^5.3.2", | ||
"postcss-px2rem": "^0.3.0", | ||
"tdesign-icons-vue-next": "^0.1.1", | ||
"tdesign-vue-next": "^0.15.1", | ||
"vue": "^3.0.0", | ||
"vue-i18n": "^9.1.10", | ||
"vue-router": "^4.0.0-0", | ||
"vuex": "^4.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | ||
"@vue/cli-plugin-babel": "~4.5.12", | ||
"@vue/cli-plugin-eslint": "~4.5.12", | ||
"@vue/cli-plugin-router": "~4.5.12", | ||
"@vue/cli-plugin-typescript": "~4.5.12", | ||
"@vue/cli-plugin-vuex": "~4.5.12", | ||
"@vue/cli-service": "~4.5.12", | ||
"@vue/compiler-sfc": "^3.0.0", | ||
"@vue/eslint-config-typescript": "^7.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^7.0.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^5.0.0", | ||
"typescript": "~4.1.5" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/analysisIcon/collection.svg
0 → 100644
src/assets/analysisIcon/conver.svg
0 → 100644
src/assets/analysisIcon/conversion.svg
0 → 100644
src/assets/analysisIcon/copy.svg
0 → 100644
src/assets/analysisIcon/priceIcon.svg
0 → 100644
src/assets/analysisIcon/rising.svg
0 → 100644
src/assets/analysisIcon/textarea1.svg
0 → 100644
src/assets/analysisIcon/textarea2.svg
0 → 100644
src/assets/dropdownIcon/dialog.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dropdownIcon/points.svg
0 → 100644
src/assets/language.svg
0 → 100644
src/assets/linkIcon/discord.svg
0 → 100644
src/assets/linkIcon/google.svg
0 → 100644
src/assets/linkIcon/preSales.svg
0 → 100644
src/assets/linkIcon/telegram.svg
0 → 100644
src/assets/linkIcon/twitter.svg
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/mouse.svg
0 → 100644
src/assets/nav.svg
0 → 100644
src/components/Header/Logcomp.vue
0 → 100644
src/components/Header/headerNav.vue
0 → 100644
src/components/Header/language.vue
0 → 100644
src/components/Header/search.vue
0 → 100644
src/components/MenuList/lastMenuOption.vue
0 → 100644
src/components/MenuList/listSearch.vue
0 → 100644
src/components/MenuList/menuBox.vue
0 → 100644
src/components/RemoveAds.vue
0 → 100644
src/components/detailLogo.vue
0 → 100644
src/components/detailsContent/nftDetails.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/table/tableList.vue
0 → 100644
src/language/cn.ts
0 → 100644
src/language/en.ts
0 → 100644
src/language/index.ts
0 → 100644
src/main.ts
0 → 100644
src/pages/analysis.vue
0 → 100644
src/pages/coinnerbrowse.vue
0 → 100644
src/router/index.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/settings.ts
0 → 100644
src/store/modules/user.ts
0 → 100644
src/utils/global/css/font.less
0 → 100644
src/utils/global/css/theme.css
0 → 100644
src/utils/global/css/theme.less
0 → 100644
src/utils/global/js/ProjectModel.ts
0 → 100644
src/utils/global/js/rem.ts
0 → 100644
src/utils/global/js/tool.ts
0 → 100644
src/utils/local/tokensession/tokeninfo.ts
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644
Please
register
or
sign in
to comment