Socket
Socket
Sign inDemoInstall

generator-xp-vue

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-xp-vue

a generator for vue project


Version published
Maintainers
1
Created
Source

generator-xp-vue

a generator for vue project

Installation

  1. npm install -g yo && npm install -g generator-xp-vue
  2. yo xp-vue
  3. cd path-to-your-project
  4. yarn install(yarn is recommended)
  5. yarn run dll(MUST DO IT BEFORE RUN DEV)
  6. yarn run dev(dev server based on express, use port 2046)

Usage

  • yarn run dll(if you add a dependency, please edit config/dll.list.js)
  • yarn run imgmin(compress your images offline, support jpg/png/gif/svg)
  • yarn run dev(for development)
  • yarn run build(build for production)

Features

  • multiple platform: mobile or pc
  • use vue2.x + webpack2.x
  • use fetch for http request, async/aswait is recommended

Keywords

FAQs

Package last updated on 09 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc