JT
JT
webpack ``` { test: /\.(ts|tsx)$/, loader: 'awesome-typescript-loader', options: { transpileOnly:true, useBabel:true }, }, ``` .babelrc ``` { "presets": [ ["env", { "targets": "last 2 versions, ie 11", "modules": false }]...
I want to know how to use the styles in the sample `index.css` in demo
 ## how to resolve?
I love your fish-ui very much.can you support ts
if you import styles.the program is die.
There is an error in webpack electron environment
hi team angular version 1.4.2 ngTable version 2.0.2 I use custom Pagination. code: ``` 第 {{(params.page()-1)*params.count()+1}} 至 {{params.page()*params.count()}} 条 总共 条 共 {{params.total()/15 | math_ceil}} 页 到第 页 确定 «...
# no response after click xxx.msi ```javascript import * as electronInstaller from "electron-winstaller"; import * as path from "path"; async function buildwin32() { return electronInstaller.createWindowsInstaller({ appDirectory: path.join(__dirname, "temp/corkycherry-win32-x64"), outputDirectory: path.join(__dirname,...
 code ```js import { shallowMount, mount, Wrapper } from "@vue/test-utils"; import { CloudTable } from "@components/cloudtable/table"; import ElementUI from "element-ui"; import { systemTable } from "@store/table.store.attchment"; import Vue from...