using highchart with vue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report用法
// 修改build/webpack.base.conf.js 文件
module.exports = {
context: path.resolve(__dirname, '../'),
entry: {
app: ['babel-polyfill', './src/main.js']
}
}使用scss 语法依赖,在component 中使用:
<style lang="scss" scoped>
$border-color: #fff;
</style>中英文切换
For a detailed explanation on how things work, check out the guide and docs for vue-loader.