/mathe-front

A front-end of NEU (China) math question bank website (https://neumathe.xyz).

Primary LanguageVue

mathe-front

Description

mathe-front is a front-end of NEU (China) math question bank website, which lists NEU online math study platform's questions.

Project setup

Install Node.js

Install Node.js via offical website.

Install yarn

Install yarn via offical website.

Change mirror(Optional)

Change ali's mirror for faster speed in China.

yarn config set registry https://registry.npm.taobao.org/

Install packages

Install vue-cli.

yarn global add @vue/cli

Install packages.

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build