Socket
Socket
Sign inDemoInstall

@parcel-vue-ts/template

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel-vue-ts/template

parcel-vue-ts template


Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

parcel-vue-ts 📦

Build Status codecov standard

Boilerplate for Vue.js & Typescript, base on Parcel bundler.

What's inside? 🗃

Getting Started 🚀

Install

npm install -g @parcel-vue-ts/cli

Usage

mkdir demo
cd demo
parcel-vue-ts       // init project...
npm install

Development

npm run dev

Parcel has a development server built in, which will automatically rebuild your app as you change files and supports hot module replacement for fast development.

Production

npm run build

When you build production, parcel defaults to enable miniatation.

Unit tests

npm run test:unit

Unit test the code using jest,and you can run through npm run test:coverage to get the test coverage.

Demo

You can preview the result by: https://masonz.github.io/parcel-vue-ts/

License

MIT © masonz

FAQs

Package last updated on 12 Mar 2018

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