# eTravel **Repository Path**: bryce_zeng/eTravel ## Basic Information - **Project Name**: eTravel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # e-travel > ITA e-travel Vue.js project. ## ENV Required ``` node: >= 8.0.0 npm: >= 3.0.0 ``` --- ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run start # 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 ``` --- ## Config Introduce ``` 1. npm image source (proxy): .npmrc 2. babel-eslint rules: .eslintrc.js -> rules 3. etc. ``` --- ## Package Problem 1. babel-eslint(v8.2.3): TypeError: Cannot read property 'range' of null from template-curly-spacing; - changing 'babel-eslint' version to v8.0.1; 2. for testing env, promise babel 'polyfill' issue; - manually add 'babel-polyfill' node_modules path: '../../node_modules/babel-polyfill/dist/polyfill.js', into 'karma.conf.js' files; --- For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).