Skip to content

Vue package starter is a Vue.js package starter template.

Notifications You must be signed in to change notification settings

iyashpal/vue-package-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Package Starter

Vue package starter is a Vue.js package starter template. It provides a basic structure for creating Vue.js packages.

How to use

To use this template, follow these steps:

  1. Click the "Use this template" button on the GitHub repository page.

  2. Click the "Create repository" button.

  3. Enter a name for your repository and click "Create repository".

  4. The repository will be created and you will be redirected to the repository page.

  5. You are ready to start developing your Vue.js package!

or

  1. Clone the repository:

    git clone https://github.com/iyashpal/vue-package-starter.git
  2. Install dependencies:

    cd vue-package-starter
    npm install
  3. Update the git origin URL if you wish to push your changes to your own repository:

    git remote set-url origin https://github.com/your-username/your-package-repository-name.git
  4. Start the development server:

    npm run dev
  5. Build the package:

    npm run build
  6. Publish the package:

    npm publish

About

Vue package starter is a Vue.js package starter template.

Resources

Stars

Watchers

Forks

Packages

No packages published