Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

cddvue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cddvue

webpack2.x+vue2.x的脚手架

latest
Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
7
-36.36%
Maintainers
1
Weekly downloads
 
Created
Source

#cddvue

版本:1.0.7

实现的功能

  • 开发打包分离
  • 模块分离
  • 时时预览
  • es6支持
  • compass scss 实现css代码编辑然后链接添加到vue

使用方法

开发

命令

yarn comp

实现项目的实时编译

实时预览

命令

yarn server

会直接打开浏览器预览效果

compass/sass

compass watch

个人倾向外部的sass使用,使用这个命令会把sass的文件编译到clinet/css中, 在我们使用.vue文件时直接使用import语法导入即可.

生成开发版

命令

yarn build

使用该命令前建议删除dist文件夹,然后再生成的辨识最终版本

欢迎访问我的个人网址,点击这里(目前不可访问)

FAQs

Package last updated on 21 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts