Skip to content

fiboliu/jstack

Repository files navigation

jstack

本项目是JavaScript开发技术栈, 作为一个前端开发初学者来讲,个人觉得从vue cli脚手架程序入门是个很不多的选择。

javascript开发技术栈

> npm install sass-loader sass --save-dev
> npm install scss-loader scss --save-dev
 <style lang="scss">
 /* write SASS! */
 </style>
  
 <style src="./styles/global.less" lang="less"></style>

兼容性方案

Build Setup

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

详细内容参考 webpack使用指南 and vue-loader.