# Introduction

# What is Anno.js

Anno.js is a practice of Typescript, Vue, Ant Design Vue and other open sources. Precisely, Anno.js is a web project template. We implemented it with functional style components, just like React. That's the main idea of the project.

# Getting Started

# Step 1

Download the latest stable version of Node.js, and install it.

# Step 2

Clone the project https://github.com/stonychen/anno.js.git.

# Step 3

Run npm install to resolve dependencies.

# Step 4

Start the project with npm run serve.

# Others

Run npm run docs to view documents.

Run npm run test to execute unit test.

Run npm run test:e2e to execute e2e test.

TIP

Before executing e2e, ensure that you have installed chromedriver with npm install chromedriver manually. We didn't add this dependency in package.json, because many chinese users cannot resolve dependencies, and because of GFW.

# Dependencies

# Others