Skip to content

w3tecch/vue-example-app

Repository files navigation

w3tec

Vue.js Example App

dependency travis appveyor StackShare

A delightful starter kit for Vue.js with beautiful code written in TypeScript.
Made with ❤️ by w3tech and contributors


divider

❯ Why

TODO

divider

❯ Table of Contents

❯ Getting Started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Install yarn globally

npm install yarn -g

Step 2: Configure the new Project

Fork or download this project. Configure your package.json for your new project.

Then copy the .env.example file and rename it to .env.

Step 3: Serve your App

Go to the project dir and start your app with this npm script.

yarn serve

divider

❯ Related Projects

divider

❯ License

MIT