undefined-ui
v0.0.5
Published
- [webpack-merge](https://github.com/survivejs/webpack-merge): 合并 webpack 配置 - [friendly-errors-webpack-plugin](https://github.com/geowarin/friendly-errors-webpack-plugin): 针对 webpack 输出的错误显示更友好的提示 - [babel-plugin-transform-vue-jsx](https://github.com/vue
Downloads
2
Readme
依赖
- webpack-merge: 合并 webpack 配置
- friendly-errors-webpack-plugin: 针对 webpack 输出的错误显示更友好的提示
- babel-plugin-transform-vue-jsx: 让 vue 支持 jsx 语法
- webpack-dev-server
- babel-preset-env: TODO
- style-loader : Adds CSS to the DOM by injecting a
<style>
tag - css-loader: The
css-loader
interprets@import
andurl()
likeimport/require()
and will resolve them. - sass-loader: Loads a Sass/SCSS file and compiles it to CSS.