Skip to content

evalevil/vNote

Repository files navigation

vNote

一个基于 Vue.js 开发的笔记应用

开始

# 安装依赖
npm install

# 启动 App,自动加载地址:http://127.0.0.1:8080/
npm run dev

# 使用 minification 编译
npm run build

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