JT

Results 15 issues of 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

![image](https://user-images.githubusercontent.com/17404628/39701040-3e20d4a4-5232-11e8-8e39-3a7271d7a8fb.png) ## how to resolve?

# ***Why not Python***

enhancement
help wanted

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,...

![image](https://user-images.githubusercontent.com/17404628/44074953-68346a4c-9fcd-11e8-856e-abfb52fa0e32.png) 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...