vue-typescript-admin-template icon indicating copy to clipboard operation
vue-typescript-admin-template copied to clipboard

🖖 A vue-cli 3.0 + typescript minimal admin template

Results 80 vue-typescript-admin-template issues
Sort by recently updated
recently updated
newest added

## I deployed project to production by npm run build:prod but sometime icon show like that: ![bug](https://i.imgur.com/ddRsSND.png) ## in develop, icon show with no error. Please help me fix it....

如题: 目前有electron-vue-admin 但是这个最好用的vue-typescript-admin-template 没有electron的版本。

修改代码之后要编译好长时间才完成,有解决的办法吗?

目前我尝试了vs code下的开发体验,感觉有几处看是否可以增强智能提示: 1、`AppModule.CloseSideBar(false)` CloseSideBar是否可以支持智能提示 2、`` buttonTop这种Props是否可以支持智能提示 希望大家一起探讨下,优化编程体验。

最近遇到一个很头疼的问题,本地和服务器编译 都有概率出现warning:export was not found in.... 然后页面调用这个模块的时候就会出错 一开始ci上编译一直提示这个错误然后失败。 出现错误的文件引入的是在server目录下的一个ts文件 ![image](https://user-images.githubusercontent.com/11377022/71661733-1b997500-2d8a-11ea-8ba6-90e10cf8d255.png) 目录介绍:web下面是web代码,server下面是服务器代码,两端共用了一个模块,是一个数据定义的interface模块。 google了一下,大概怀疑是tsconfig里的module问题。服务端设置的是commonjs web端是esnext ps:web本地编译的时候有时候也会提示引入的文件上面class is a reserved keyword 来自eslint的报错。 以上错误都是偶发,不修改任何代码,已经试过删mode-module 然后重装 yarn npm都试过 两次编译结果就有可能不一样,实在找不到解决方案,希望知道的大神教一下

怎么修改语言为中文呢?

babel 转 obj?.a 通过插件 plugin-proposal-optional-chanining 可以识别 使用ts 就报错,请问下如何处理?

Cannot find module '@/store/modules/user'.Vetur(2307

您好,我是来自成都一名.NET开发者,最近在第一次使用您的模板构建项目,项目中您使用了vuex-module-decorators,您的项目中: Vue.use(Vuex) export interface IRootState { app: IAppState user: IUserState tagsView: ITagsViewState errorLog: IErrorLogState permission: IPermissionState settings: ISettingsState //waterUnit:WaterUnitState } // Declare empty store first, dynamically register all modules later....

![image](https://user-images.githubusercontent.com/12138778/60244450-07615080-98ed-11e9-8d6c-48aaeab265f1.png)