w3tecch / vue-example-app

A delightful starter kit for Vue.js with beautiful code written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A delightful starter kit for Vue.js with beautiful code written in TypeScript.

License:MIT License


Languages

Language:CSS 59.8%Language:TypeScript 30.4%Language:HTML 5.6%Language:JavaScript 2.5%Language:Vue 1.6%