vue spa project
v1.0.0
vue.js テクノロジー スタックに基づいて、MVC およびその他の階層構造設計、データ分離設計、コンポーネント化、および単一ページ アプリケーション プロジェクトの自動構築を採用しています。
テクノロジースタック
Webpack (自動ビルド)
サーバー側レンダリング (SSR) が必要な場合は、NUXT を使用することをお勧めします。
# install dependencies (use cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org)
cnpm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run all tests for unit test and e2e test
npm test
# check update for npm packages, please install 'npm install npm-check-updates -g' at first
npm run update