1.0.0-alpha.2 • Published 4 years ago

vuejs-ts-npm-template v1.0.0-alpha.2

Weekly downloads
10
License
-
Repository
github
Last release
4 years ago

vue-ts-npm-template

Usage

import { Button } from "vuejs-ts-npm-template";
@use 'vuejs-ts-npm-template/src/style/constant/color.scss';

or

@import "~vuejs-ts-npm-template/src/style/constant/color.scss";

Development

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Publish to npm

  1. Add your version changes to Changelog.md

  2. Bump version

npm publish:lib

Changelog

1.0.0-alpha.2

Edit readme

1.0.0-alpha.1

Add button Add input

1.0.0-alpha.0

Init repo