# vue-advanced **Repository Path**: wangfengxi/vue-advanced ## Basic Information - **Project Name**: vue-advanced - **Description**: vue脚手架 cli3进阶 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2024-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-advanced ## Project setup ``` npm install ``` ## 引入 iview ``` npm install iview --save import Vue from 'vue' import iview from 'iview' import 'iview/dist/styles/iview.css' Vue.use(iview) ``` ## js-cookie ``` npm install vue-js-cookie ``` ## md5 ``` npm install md5-node --save ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).