AliceZ413 / wan-android

Home Page:wan-android.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinth-vue

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

使用vuepress

安装

yarn global add vuepress # 或者:npm install -g vuepress

将 VuePress 作为一个本地依赖安装

yarn add -D vuepress # 或者:npm install -D vuepress

开始写作

yarn docs:dev # 或者:npm run docs:dev

要生成静态的 HTML 文件,运行:

yarn docs:build # 或者:npm run docs:build

About

wan-android.vercel.app


Languages

Language:Vue 77.9%Language:JavaScript 21.5%Language:SCSS 0.4%Language:HTML 0.1%Language:Less 0.0%