许成详 il y a 6 ans
Parent
révision
ed619cd9dd
100 fichiers modifiés avec 16644 ajouts et 0 suppressions
  1. 18
    0
      .babelrc
  2. 9
    0
      .editorconfig
  3. 5
    0
      .eslintignore
  4. 29
    0
      .eslintrc.js
  5. 17
    0
      .gitignore
  6. 10
    0
      .postcssrc.js
  7. 41
    0
      build/build.js
  8. 54
    0
      build/check-versions.js
  9. 101
    0
      build/utils.js
  10. 22
    0
      build/vue-loader.conf.js
  11. 92
    0
      build/webpack.base.conf.js
  12. 95
    0
      build/webpack.dev.conf.js
  13. 149
    0
      build/webpack.prod.conf.js
  14. 7
    0
      config/dev.env.js
  15. 81
    0
      config/index.js
  16. 4
    0
      config/prod.env.js
  17. 7
    0
      config/test.env.js
  18. 14
    0
      index.html
  19. 15668
    0
      package-lock.json
  20. 95
    0
      package.json
  21. 61
    0
      src/App.vue
  22. 65
    0
      src/assets/css/reset.css
  23. BIN
      src/assets/images/audio.ogg
  24. BIN
      src/assets/images/icon-1.png
  25. BIN
      src/assets/images/icon-10.png
  26. BIN
      src/assets/images/icon-100.jpg
  27. BIN
      src/assets/images/icon-101.jpg
  28. BIN
      src/assets/images/icon-102.jpg
  29. BIN
      src/assets/images/icon-103.jpg
  30. BIN
      src/assets/images/icon-104.jpg
  31. BIN
      src/assets/images/icon-105.jpg
  32. BIN
      src/assets/images/icon-106.jpg
  33. BIN
      src/assets/images/icon-107.png
  34. BIN
      src/assets/images/icon-11.jpg
  35. BIN
      src/assets/images/icon-12.jpg
  36. BIN
      src/assets/images/icon-13.jpg
  37. BIN
      src/assets/images/icon-14.jpg
  38. BIN
      src/assets/images/icon-15.jpg
  39. BIN
      src/assets/images/icon-16.jpg
  40. BIN
      src/assets/images/icon-17.jpg
  41. BIN
      src/assets/images/icon-18.jpg
  42. BIN
      src/assets/images/icon-19.jpg
  43. BIN
      src/assets/images/icon-2-1.png
  44. BIN
      src/assets/images/icon-2.png
  45. BIN
      src/assets/images/icon-20.png
  46. BIN
      src/assets/images/icon-21.png
  47. BIN
      src/assets/images/icon-22.png
  48. BIN
      src/assets/images/icon-23.jpg
  49. BIN
      src/assets/images/icon-24.png
  50. BIN
      src/assets/images/icon-25.png
  51. BIN
      src/assets/images/icon-26.jpg
  52. BIN
      src/assets/images/icon-27.png
  53. BIN
      src/assets/images/icon-28.jpg
  54. BIN
      src/assets/images/icon-29.gif
  55. BIN
      src/assets/images/icon-3.png
  56. BIN
      src/assets/images/icon-30.png
  57. BIN
      src/assets/images/icon-31.jpg
  58. BIN
      src/assets/images/icon-32.png
  59. BIN
      src/assets/images/icon-33.png
  60. BIN
      src/assets/images/icon-34.png
  61. BIN
      src/assets/images/icon-35.jpg
  62. BIN
      src/assets/images/icon-36.png
  63. BIN
      src/assets/images/icon-37.png
  64. BIN
      src/assets/images/icon-38.png
  65. BIN
      src/assets/images/icon-39.png
  66. BIN
      src/assets/images/icon-4.png
  67. BIN
      src/assets/images/icon-40.png
  68. BIN
      src/assets/images/icon-41.png
  69. BIN
      src/assets/images/icon-42.png
  70. BIN
      src/assets/images/icon-43.jpg
  71. BIN
      src/assets/images/icon-44.png
  72. BIN
      src/assets/images/icon-45.png
  73. BIN
      src/assets/images/icon-46.png
  74. BIN
      src/assets/images/icon-47.jpg
  75. BIN
      src/assets/images/icon-48.gif
  76. BIN
      src/assets/images/icon-49.png
  77. BIN
      src/assets/images/icon-5.gif
  78. BIN
      src/assets/images/icon-5.png
  79. BIN
      src/assets/images/icon-50.jpg
  80. BIN
      src/assets/images/icon-51.jpg
  81. BIN
      src/assets/images/icon-52.jpg
  82. BIN
      src/assets/images/icon-53.jpg
  83. BIN
      src/assets/images/icon-54.jpg
  84. BIN
      src/assets/images/icon-55.gif
  85. BIN
      src/assets/images/icon-56.jpg
  86. BIN
      src/assets/images/icon-57.png
  87. BIN
      src/assets/images/icon-58.png
  88. BIN
      src/assets/images/icon-59.png
  89. BIN
      src/assets/images/icon-6.png
  90. BIN
      src/assets/images/icon-60.jpg
  91. BIN
      src/assets/images/icon-61.jpg
  92. BIN
      src/assets/images/icon-62.jpg
  93. BIN
      src/assets/images/icon-63.jpg
  94. BIN
      src/assets/images/icon-64.gif
  95. BIN
      src/assets/images/icon-65.jpg
  96. BIN
      src/assets/images/icon-66.jpg
  97. BIN
      src/assets/images/icon-67.jpg
  98. BIN
      src/assets/images/icon-68.jpg
  99. BIN
      src/assets/images/icon-69.gif
  100. 0
    0
      src/assets/images/icon-7.png

+ 18
- 0
.babelrc Voir le fichier

@@ -0,0 +1,18 @@
1
+{
2
+  "presets": [
3
+    ["env", {
4
+      "modules": false,
5
+      "targets": {
6
+        "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
7
+      }
8
+    }],
9
+    "stage-2"
10
+  ],
11
+  "plugins": ["transform-vue-jsx", "transform-runtime"],
12
+  "env": {
13
+    "test": {
14
+      "presets": ["env", "stage-2"],
15
+      "plugins": ["transform-vue-jsx", "transform-es2015-modules-commonjs", "dynamic-import-node"]
16
+    }
17
+  }
18
+}

+ 9
- 0
.editorconfig Voir le fichier

@@ -0,0 +1,9 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = space
6
+indent_size = 2
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true

+ 5
- 0
.eslintignore Voir le fichier

@@ -0,0 +1,5 @@
1
+/build/
2
+/config/
3
+/dist/
4
+/*.js
5
+/test/unit/coverage/

+ 29
- 0
.eslintrc.js Voir le fichier

@@ -0,0 +1,29 @@
1
+// https://eslint.org/docs/user-guide/configuring
2
+
3
+module.exports = {
4
+  root: true,
5
+  parserOptions: {
6
+    parser: 'babel-eslint'
7
+  },
8
+  env: {
9
+    browser: true,
10
+  },
11
+  extends: [
12
+    // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
13
+    // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
14
+    'plugin:vue/essential', 
15
+    // https://github.com/standard/standard/blob/master/docs/RULES-en.md
16
+    'standard'
17
+  ],
18
+  // required to lint *.vue files
19
+  plugins: [
20
+    'vue'
21
+  ],
22
+  // add your custom rules here
23
+  rules: {
24
+    // allow async-await
25
+    'generator-star-spacing': 'off',
26
+    // allow debugger during development
27
+    'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
28
+  }
29
+}

+ 17
- 0
.gitignore Voir le fichier

@@ -0,0 +1,17 @@
1
+.DS_Store
2
+node_modules/
3
+/dist/
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+/test/unit/coverage/
8
+/test/e2e/reports/
9
+selenium-debug.log
10
+
11
+# Editor directories and files
12
+.idea
13
+.vscode
14
+*.suo
15
+*.ntvs*
16
+*.njsproj
17
+*.sln

+ 10
- 0
.postcssrc.js Voir le fichier

@@ -0,0 +1,10 @@
1
+// https://github.com/michael-ciniawsky/postcss-load-config
2
+
3
+module.exports = {
4
+  "plugins": {
5
+    "postcss-import": {},
6
+    "postcss-url": {},
7
+    // to edit target browsers: use "browserslist" field in package.json
8
+    "autoprefixer": {}
9
+  }
10
+}

+ 41
- 0
build/build.js Voir le fichier

@@ -0,0 +1,41 @@
1
+'use strict'
2
+require('./check-versions')()
3
+
4
+process.env.NODE_ENV = 'production'
5
+
6
+const ora = require('ora')
7
+const rm = require('rimraf')
8
+const path = require('path')
9
+const chalk = require('chalk')
10
+const webpack = require('webpack')
11
+const config = require('../config')
12
+const webpackConfig = require('./webpack.prod.conf')
13
+
14
+const spinner = ora('building for production...')
15
+spinner.start()
16
+
17
+rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
18
+  if (err) throw err
19
+  webpack(webpackConfig, (err, stats) => {
20
+    spinner.stop()
21
+    if (err) throw err
22
+    process.stdout.write(stats.toString({
23
+      colors: true,
24
+      modules: false,
25
+      children: false, // If you are using ts-loader, setting this to true will make TypeScript errors show up during build.
26
+      chunks: false,
27
+      chunkModules: false
28
+    }) + '\n\n')
29
+
30
+    if (stats.hasErrors()) {
31
+      console.log(chalk.red('  Build failed with errors.\n'))
32
+      process.exit(1)
33
+    }
34
+
35
+    console.log(chalk.cyan('  Build complete.\n'))
36
+    console.log(chalk.yellow(
37
+      '  Tip: built files are meant to be served over an HTTP server.\n' +
38
+      '  Opening index.html over file:// won\'t work.\n'
39
+    ))
40
+  })
41
+})

+ 54
- 0
build/check-versions.js Voir le fichier

@@ -0,0 +1,54 @@
1
+'use strict'
2
+const chalk = require('chalk')
3
+const semver = require('semver')
4
+const packageConfig = require('../package.json')
5
+const shell = require('shelljs')
6
+
7
+function exec (cmd) {
8
+  return require('child_process').execSync(cmd).toString().trim()
9
+}
10
+
11
+const versionRequirements = [
12
+  {
13
+    name: 'node',
14
+    currentVersion: semver.clean(process.version),
15
+    versionRequirement: packageConfig.engines.node
16
+  }
17
+]
18
+
19
+if (shell.which('npm')) {
20
+  versionRequirements.push({
21
+    name: 'npm',
22
+    currentVersion: exec('npm --version'),
23
+    versionRequirement: packageConfig.engines.npm
24
+  })
25
+}
26
+
27
+module.exports = function () {
28
+  const warnings = []
29
+
30
+  for (let i = 0; i < versionRequirements.length; i++) {
31
+    const mod = versionRequirements[i]
32
+
33
+    if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) {
34
+      warnings.push(mod.name + ': ' +
35
+        chalk.red(mod.currentVersion) + ' should be ' +
36
+        chalk.green(mod.versionRequirement)
37
+      )
38
+    }
39
+  }
40
+
41
+  if (warnings.length) {
42
+    console.log('')
43
+    console.log(chalk.yellow('To use this template, you must update following to modules:'))
44
+    console.log()
45
+
46
+    for (let i = 0; i < warnings.length; i++) {
47
+      const warning = warnings[i]
48
+      console.log('  ' + warning)
49
+    }
50
+
51
+    console.log()
52
+    process.exit(1)
53
+  }
54
+}

+ 101
- 0
build/utils.js Voir le fichier

@@ -0,0 +1,101 @@
1
+'use strict'
2
+const path = require('path')
3
+const config = require('../config')
4
+const ExtractTextPlugin = require('extract-text-webpack-plugin')
5
+const packageConfig = require('../package.json')
6
+
7
+exports.assetsPath = function (_path) {
8
+  const assetsSubDirectory = process.env.NODE_ENV === 'production'
9
+    ? config.build.assetsSubDirectory
10
+    : config.dev.assetsSubDirectory
11
+
12
+  return path.posix.join(assetsSubDirectory, _path)
13
+}
14
+
15
+exports.cssLoaders = function (options) {
16
+  options = options || {}
17
+
18
+  const cssLoader = {
19
+    loader: 'css-loader',
20
+    options: {
21
+      sourceMap: options.sourceMap
22
+    }
23
+  }
24
+
25
+  const postcssLoader = {
26
+    loader: 'postcss-loader',
27
+    options: {
28
+      sourceMap: options.sourceMap
29
+    }
30
+  }
31
+
32
+  // generate loader string to be used with extract text plugin
33
+  function generateLoaders (loader, loaderOptions) {
34
+    const loaders = options.usePostCSS ? [cssLoader, postcssLoader] : [cssLoader]
35
+
36
+    if (loader) {
37
+      loaders.push({
38
+        loader: loader + '-loader',
39
+        options: Object.assign({}, loaderOptions, {
40
+          sourceMap: options.sourceMap
41
+        })
42
+      })
43
+    }
44
+
45
+    // Extract CSS when that option is specified
46
+    // (which is the case during production build)
47
+    if (options.extract) {
48
+      return ExtractTextPlugin.extract({
49
+        use: loaders,
50
+        fallback: 'vue-style-loader'
51
+      })
52
+    } else {
53
+      return ['vue-style-loader'].concat(loaders)
54
+    }
55
+  }
56
+
57
+  // https://vue-loader.vuejs.org/en/configurations/extract-css.html
58
+  return {
59
+    css: generateLoaders(),
60
+    postcss: generateLoaders(),
61
+    less: generateLoaders('less'),
62
+    sass: generateLoaders('sass', { indentedSyntax: true }),
63
+    scss: generateLoaders('sass'),
64
+    stylus: generateLoaders('stylus'),
65
+    styl: generateLoaders('stylus')
66
+  }
67
+}
68
+
69
+// Generate loaders for standalone style files (outside of .vue)
70
+exports.styleLoaders = function (options) {
71
+  const output = []
72
+  const loaders = exports.cssLoaders(options)
73
+
74
+  for (const extension in loaders) {
75
+    const loader = loaders[extension]
76
+    output.push({
77
+      test: new RegExp('\\.' + extension + '$'),
78
+      use: loader
79
+    })
80
+  }
81
+
82
+  return output
83
+}
84
+
85
+exports.createNotifierCallback = () => {
86
+  const notifier = require('node-notifier')
87
+
88
+  return (severity, errors) => {
89
+    if (severity !== 'error') return
90
+
91
+    const error = errors[0]
92
+    const filename = error.file && error.file.split('!').pop()
93
+
94
+    notifier.notify({
95
+      title: packageConfig.name,
96
+      message: severity + ': ' + error.name,
97
+      subtitle: filename || '',
98
+      icon: path.join(__dirname, 'logo.png')
99
+    })
100
+  }
101
+}

+ 22
- 0
build/vue-loader.conf.js Voir le fichier

@@ -0,0 +1,22 @@
1
+'use strict'
2
+const utils = require('./utils')
3
+const config = require('../config')
4
+const isProduction = process.env.NODE_ENV === 'production'
5
+const sourceMapEnabled = isProduction
6
+  ? config.build.productionSourceMap
7
+  : config.dev.cssSourceMap
8
+
9
+module.exports = {
10
+  loaders: utils.cssLoaders({
11
+    sourceMap: sourceMapEnabled,
12
+    extract: isProduction
13
+  }),
14
+  cssSourceMap: sourceMapEnabled,
15
+  cacheBusting: config.dev.cacheBusting,
16
+  transformToRequire: {
17
+    video: ['src', 'poster'],
18
+    source: 'src',
19
+    img: 'src',
20
+    image: 'xlink:href'
21
+  }
22
+}

+ 92
- 0
build/webpack.base.conf.js Voir le fichier

@@ -0,0 +1,92 @@
1
+'use strict'
2
+const path = require('path')
3
+const utils = require('./utils')
4
+const config = require('../config')
5
+const vueLoaderConfig = require('./vue-loader.conf')
6
+
7
+function resolve (dir) {
8
+  return path.join(__dirname, '..', dir)
9
+}
10
+
11
+const createLintingRule = () => ({
12
+  test: /\.(js|vue)$/,
13
+  loader: 'eslint-loader',
14
+  enforce: 'pre',
15
+  include: [resolve('src'), resolve('test')],
16
+  options: {
17
+    formatter: require('eslint-friendly-formatter'),
18
+    emitWarning: !config.dev.showEslintErrorsInOverlay
19
+  }
20
+})
21
+
22
+module.exports = {
23
+  context: path.resolve(__dirname, '../'),
24
+  entry: {
25
+    app: './src/main.js'
26
+  },
27
+  output: {
28
+    path: config.build.assetsRoot,
29
+    filename: '[name].js',
30
+    publicPath: process.env.NODE_ENV === 'production'
31
+      ? config.build.assetsPublicPath
32
+      : config.dev.assetsPublicPath
33
+  },
34
+  resolve: {
35
+    extensions: ['.js', '.vue', '.json'],
36
+    alias: {
37
+      'vue$': 'vue/dist/vue.esm.js',
38
+      '@': resolve('src'),
39
+    }
40
+  },
41
+  module: {
42
+    rules: [
43
+      ...(config.dev.useEslint ? [createLintingRule()] : []),
44
+      {
45
+        test: /\.vue$/,
46
+        loader: 'vue-loader',
47
+        options: vueLoaderConfig
48
+      },
49
+      {
50
+        test: /\.js$/,
51
+        loader: 'babel-loader',
52
+        include: [resolve('src'), resolve('test'), resolve('node_modules/webpack-dev-server/client')]
53
+      },
54
+      {
55
+        test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
56
+        loader: 'url-loader',
57
+        options: {
58
+          limit: 10000,
59
+          name: utils.assetsPath('img/[name].[hash:7].[ext]')
60
+        }
61
+      },
62
+      {
63
+        test: /\.(mp4|webm|ogg|mp3|wav|flac|aac)(\?.*)?$/,
64
+        loader: 'url-loader',
65
+        options: {
66
+          limit: 10000,
67
+          name: utils.assetsPath('media/[name].[hash:7].[ext]')
68
+        }
69
+      },
70
+      {
71
+        test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
72
+        loader: 'url-loader',
73
+        options: {
74
+          limit: 10000,
75
+          name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
76
+        }
77
+      }
78
+    ]
79
+  },
80
+  node: {
81
+    // prevent webpack from injecting useless setImmediate polyfill because Vue
82
+    // source contains it (although only uses it if it's native).
83
+    setImmediate: false,
84
+    // prevent webpack from injecting mocks to Node native modules
85
+    // that does not make sense for the client
86
+    dgram: 'empty',
87
+    fs: 'empty',
88
+    net: 'empty',
89
+    tls: 'empty',
90
+    child_process: 'empty'
91
+  }
92
+}

+ 95
- 0
build/webpack.dev.conf.js Voir le fichier

@@ -0,0 +1,95 @@
1
+'use strict'
2
+const utils = require('./utils')
3
+const webpack = require('webpack')
4
+const config = require('../config')
5
+const merge = require('webpack-merge')
6
+const path = require('path')
7
+const baseWebpackConfig = require('./webpack.base.conf')
8
+const CopyWebpackPlugin = require('copy-webpack-plugin')
9
+const HtmlWebpackPlugin = require('html-webpack-plugin')
10
+const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
11
+const portfinder = require('portfinder')
12
+
13
+const HOST = process.env.HOST
14
+const PORT = process.env.PORT && Number(process.env.PORT)
15
+
16
+const devWebpackConfig = merge(baseWebpackConfig, {
17
+  module: {
18
+    rules: utils.styleLoaders({ sourceMap: config.dev.cssSourceMap, usePostCSS: true })
19
+  },
20
+  // cheap-module-eval-source-map is faster for development
21
+  devtool: config.dev.devtool,
22
+
23
+  // these devServer options should be customized in /config/index.js
24
+  devServer: {
25
+    clientLogLevel: 'warning',
26
+    historyApiFallback: {
27
+      rewrites: [
28
+        { from: /.*/, to: path.posix.join(config.dev.assetsPublicPath, 'index.html') },
29
+      ],
30
+    },
31
+    hot: true,
32
+    contentBase: false, // since we use CopyWebpackPlugin.
33
+    compress: true,
34
+    host: HOST || config.dev.host,
35
+    port: PORT || config.dev.port,
36
+    open: config.dev.autoOpenBrowser,
37
+    overlay: config.dev.errorOverlay
38
+      ? { warnings: false, errors: true }
39
+      : false,
40
+    publicPath: config.dev.assetsPublicPath,
41
+    proxy: config.dev.proxyTable,
42
+    quiet: true, // necessary for FriendlyErrorsPlugin
43
+    watchOptions: {
44
+      poll: config.dev.poll,
45
+    }
46
+  },
47
+  plugins: [
48
+    new webpack.DefinePlugin({
49
+      'process.env': require('../config/dev.env')
50
+    }),
51
+    new webpack.HotModuleReplacementPlugin(),
52
+    new webpack.NamedModulesPlugin(), // HMR shows correct file names in console on update.
53
+    new webpack.NoEmitOnErrorsPlugin(),
54
+    // https://github.com/ampedandwired/html-webpack-plugin
55
+    new HtmlWebpackPlugin({
56
+      filename: 'index.html',
57
+      template: 'index.html',
58
+      inject: true
59
+    }),
60
+    // copy custom static assets
61
+    new CopyWebpackPlugin([
62
+      {
63
+        from: path.resolve(__dirname, '../static'),
64
+        to: config.dev.assetsSubDirectory,
65
+        ignore: ['.*']
66
+      }
67
+    ])
68
+  ]
69
+})
70
+
71
+module.exports = new Promise((resolve, reject) => {
72
+  portfinder.basePort = process.env.PORT || config.dev.port
73
+  portfinder.getPort((err, port) => {
74
+    if (err) {
75
+      reject(err)
76
+    } else {
77
+      // publish the new Port, necessary for e2e tests
78
+      process.env.PORT = port
79
+      // add port to devServer config
80
+      devWebpackConfig.devServer.port = port
81
+
82
+      // Add FriendlyErrorsPlugin
83
+      devWebpackConfig.plugins.push(new FriendlyErrorsPlugin({
84
+        compilationSuccessInfo: {
85
+          messages: [`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`],
86
+        },
87
+        onErrors: config.dev.notifyOnErrors
88
+        ? utils.createNotifierCallback()
89
+        : undefined
90
+      }))
91
+
92
+      resolve(devWebpackConfig)
93
+    }
94
+  })
95
+})

+ 149
- 0
build/webpack.prod.conf.js Voir le fichier

@@ -0,0 +1,149 @@
1
+'use strict'
2
+const path = require('path')
3
+const utils = require('./utils')
4
+const webpack = require('webpack')
5
+const config = require('../config')
6
+const merge = require('webpack-merge')
7
+const baseWebpackConfig = require('./webpack.base.conf')
8
+const CopyWebpackPlugin = require('copy-webpack-plugin')
9
+const HtmlWebpackPlugin = require('html-webpack-plugin')
10
+const ExtractTextPlugin = require('extract-text-webpack-plugin')
11
+const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')
12
+const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
13
+
14
+const env = process.env.NODE_ENV === 'testing'
15
+  ? require('../config/test.env')
16
+  : require('../config/prod.env')
17
+
18
+const webpackConfig = merge(baseWebpackConfig, {
19
+  module: {
20
+    rules: utils.styleLoaders({
21
+      sourceMap: config.build.productionSourceMap,
22
+      extract: true,
23
+      usePostCSS: true
24
+    })
25
+  },
26
+  devtool: config.build.productionSourceMap ? config.build.devtool : false,
27
+  output: {
28
+    path: config.build.assetsRoot,
29
+    filename: utils.assetsPath('js/[name].[chunkhash].js'),
30
+    chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
31
+  },
32
+  plugins: [
33
+    // http://vuejs.github.io/vue-loader/en/workflow/production.html
34
+    new webpack.DefinePlugin({
35
+      'process.env': env
36
+    }),
37
+    new UglifyJsPlugin({
38
+      uglifyOptions: {
39
+        compress: {
40
+          warnings: false
41
+        }
42
+      },
43
+      sourceMap: config.build.productionSourceMap,
44
+      parallel: true
45
+    }),
46
+    // extract css into its own file
47
+    new ExtractTextPlugin({
48
+      filename: utils.assetsPath('css/[name].[contenthash].css'),
49
+      // Setting the following option to `false` will not extract CSS from codesplit chunks.
50
+      // Their CSS will instead be inserted dynamically with style-loader when the codesplit chunk has been loaded by webpack.
51
+      // It's currently set to `true` because we are seeing that sourcemaps are included in the codesplit bundle as well when it's `false`, 
52
+      // increasing file size: https://github.com/vuejs-templates/webpack/issues/1110
53
+      allChunks: true,
54
+    }),
55
+    // Compress extracted CSS. We are using this plugin so that possible
56
+    // duplicated CSS from different components can be deduped.
57
+    new OptimizeCSSPlugin({
58
+      cssProcessorOptions: config.build.productionSourceMap
59
+        ? { safe: true, map: { inline: false } }
60
+        : { safe: true }
61
+    }),
62
+    // generate dist index.html with correct asset hash for caching.
63
+    // you can customize output by editing /index.html
64
+    // see https://github.com/ampedandwired/html-webpack-plugin
65
+    new HtmlWebpackPlugin({
66
+      filename: process.env.NODE_ENV === 'testing'
67
+        ? 'index.html'
68
+        : config.build.index,
69
+      template: 'index.html',
70
+      inject: true,
71
+      minify: {
72
+        removeComments: true,
73
+        collapseWhitespace: true,
74
+        removeAttributeQuotes: true
75
+        // more options:
76
+        // https://github.com/kangax/html-minifier#options-quick-reference
77
+      },
78
+      // necessary to consistently work with multiple chunks via CommonsChunkPlugin
79
+      chunksSortMode: 'dependency'
80
+    }),
81
+    // keep module.id stable when vendor modules does not change
82
+    new webpack.HashedModuleIdsPlugin(),
83
+    // enable scope hoisting
84
+    new webpack.optimize.ModuleConcatenationPlugin(),
85
+    // split vendor js into its own file
86
+    new webpack.optimize.CommonsChunkPlugin({
87
+      name: 'vendor',
88
+      minChunks (module) {
89
+        // any required modules inside node_modules are extracted to vendor
90
+        return (
91
+          module.resource &&
92
+          /\.js$/.test(module.resource) &&
93
+          module.resource.indexOf(
94
+            path.join(__dirname, '../node_modules')
95
+          ) === 0
96
+        )
97
+      }
98
+    }),
99
+    // extract webpack runtime and module manifest to its own file in order to
100
+    // prevent vendor hash from being updated whenever app bundle is updated
101
+    new webpack.optimize.CommonsChunkPlugin({
102
+      name: 'manifest',
103
+      minChunks: Infinity
104
+    }),
105
+    // This instance extracts shared chunks from code splitted chunks and bundles them
106
+    // in a separate chunk, similar to the vendor chunk
107
+    // see: https://webpack.js.org/plugins/commons-chunk-plugin/#extra-async-commons-chunk
108
+    new webpack.optimize.CommonsChunkPlugin({
109
+      name: 'app',
110
+      async: 'vendor-async',
111
+      children: true,
112
+      minChunks: 3
113
+    }),
114
+
115
+    // copy custom static assets
116
+    new CopyWebpackPlugin([
117
+      {
118
+        from: path.resolve(__dirname, '../static'),
119
+        to: config.build.assetsSubDirectory,
120
+        ignore: ['.*']
121
+      }
122
+    ])
123
+  ]
124
+})
125
+
126
+if (config.build.productionGzip) {
127
+  const CompressionWebpackPlugin = require('compression-webpack-plugin')
128
+
129
+  webpackConfig.plugins.push(
130
+    new CompressionWebpackPlugin({
131
+      asset: '[path].gz[query]',
132
+      algorithm: 'gzip',
133
+      test: new RegExp(
134
+        '\\.(' +
135
+        config.build.productionGzipExtensions.join('|') +
136
+        ')$'
137
+      ),
138
+      threshold: 10240,
139
+      minRatio: 0.8
140
+    })
141
+  )
142
+}
143
+
144
+if (config.build.bundleAnalyzerReport) {
145
+  const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
146
+  webpackConfig.plugins.push(new BundleAnalyzerPlugin())
147
+}
148
+
149
+module.exports = webpackConfig

+ 7
- 0
config/dev.env.js Voir le fichier

@@ -0,0 +1,7 @@
1
+'use strict'
2
+const merge = require('webpack-merge')
3
+const prodEnv = require('./prod.env')
4
+
5
+module.exports = merge(prodEnv, {
6
+  NODE_ENV: '"development"'
7
+})

+ 81
- 0
config/index.js Voir le fichier

@@ -0,0 +1,81 @@
1
+'use strict'
2
+// Template version: 1.3.1
3
+// see http://vuejs-templates.github.io/webpack for documentation.
4
+
5
+const path = require('path')
6
+
7
+module.exports = {
8
+  dev: {
9
+
10
+    // Paths
11
+    assetsSubDirectory: 'static',
12
+    assetsPublicPath: '/',
13
+    proxyTable: {
14
+      '/h5-wechat-api': {
15
+        target: 'http://wx.jinchengjiaye.com/',
16
+        changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
17
+      },
18
+    },
19
+
20
+    // Various Dev Server settings
21
+    host: '0.0.0.0', // can be overwritten by process.env.HOST
22
+    port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
23
+    autoOpenBrowser: false,
24
+    errorOverlay: true,
25
+    notifyOnErrors: true,
26
+    poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
27
+
28
+    // Use Eslint Loader?
29
+    // If true, your code will be linted during bundling and
30
+    // linting errors and warnings will be shown in the console.
31
+    useEslint: true,
32
+    // If true, eslint errors and warnings will also be shown in the error overlay
33
+    // in the browser.
34
+    showEslintErrorsInOverlay: false,
35
+
36
+    /**
37
+     * Source Maps
38
+     */
39
+
40
+    // https://webpack.js.org/configuration/devtool/#development
41
+    devtool: 'cheap-module-eval-source-map',
42
+
43
+    // If you have problems debugging vue-files in devtools,
44
+    // set this to false - it *may* help
45
+    // https://vue-loader.vuejs.org/en/options.html#cachebusting
46
+    cacheBusting: true,
47
+
48
+    cssSourceMap: true
49
+  },
50
+
51
+  build: {
52
+    // Template for index.html
53
+    index: path.resolve(__dirname, '../dist/index.html'),
54
+
55
+    // Paths
56
+    assetsRoot: path.resolve(__dirname, '../dist'),
57
+    assetsSubDirectory: 'static',
58
+    assetsPublicPath: './',
59
+
60
+    /**
61
+     * Source Maps
62
+     */
63
+
64
+    productionSourceMap: true,
65
+    // https://webpack.js.org/configuration/devtool/#production
66
+    devtool: '#source-map',
67
+
68
+    // Gzip off by default as many popular static hosts such as
69
+    // Surge or Netlify already gzip all static assets for you.
70
+    // Before setting to `true`, make sure to:
71
+    // npm install --save-dev compression-webpack-plugin
72
+    productionGzip: false,
73
+    productionGzipExtensions: ['js', 'css'],
74
+
75
+    // Run the build command with an extra argument to
76
+    // View the bundle analyzer report after build finishes:
77
+    // `npm run build --report`
78
+    // Set to `true` or `false` to always turn it on or off
79
+    bundleAnalyzerReport: process.env.npm_config_report
80
+  }
81
+}

+ 4
- 0
config/prod.env.js Voir le fichier

@@ -0,0 +1,4 @@
1
+'use strict'
2
+module.exports = {
3
+  NODE_ENV: '"production"'
4
+}

+ 7
- 0
config/test.env.js Voir le fichier

@@ -0,0 +1,7 @@
1
+'use strict'
2
+const merge = require('webpack-merge')
3
+const devEnv = require('./dev.env')
4
+
5
+module.exports = merge(devEnv, {
6
+  NODE_ENV: '"testing"'
7
+})

+ 14
- 0
index.html Voir le fichier

@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html>
3
+  <head>
4
+    <meta charset="utf-8">
5
+    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
6
+    <link rel="stylesheet" href="//at.alicdn.com/t/font_948990_7dbjfb2d5yb.css">
7
+    <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
8
+    <title>银城&颐居 悦见山</title>
9
+  </head>
10
+  <body>
11
+    <div id="app"></div>
12
+    <!-- built files will be auto injected -->
13
+  </body>
14
+</html>

+ 15668
- 0
package-lock.json
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 95
- 0
package.json Voir le fichier

@@ -0,0 +1,95 @@
1
+{
2
+  "name": "myvue",
3
+  "version": "1.0.0",
4
+  "description": "A Vue.js project",
5
+  "author": "xuchengxiang <xcx18267901393@dingtalk.com>",
6
+  "private": true,
7
+  "scripts": {
8
+    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
9
+    "start": "npm run dev",
10
+    "unit": "jest --config test/unit/jest.conf.js --coverage",
11
+    "e2e": "node test/e2e/runner.js",
12
+    "test": "npm run unit && npm run e2e",
13
+    "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
14
+    "build": "node build/build.js"
15
+  },
16
+  "dependencies": {
17
+    "axios": "^0.18.0",
18
+    "mescroll.js": "^1.3.8",
19
+    "vant": "^1.4.5",
20
+    "vue": "^2.5.2",
21
+    "vue-amap": "^0.5.8",
22
+    "vue-awesome-swiper": "^3.1.3",
23
+    "vue-router": "^3.0.1",
24
+    "vuex": "^3.0.1"
25
+  },
26
+  "devDependencies": {
27
+    "autoprefixer": "^7.1.2",
28
+    "babel-core": "^6.22.1",
29
+    "babel-eslint": "^8.2.1",
30
+    "babel-helper-vue-jsx-merge-props": "^2.0.3",
31
+    "babel-jest": "^21.0.2",
32
+    "babel-loader": "^7.1.1",
33
+    "babel-plugin-dynamic-import-node": "^1.2.0",
34
+    "babel-plugin-syntax-jsx": "^6.18.0",
35
+    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
36
+    "babel-plugin-transform-runtime": "^6.22.0",
37
+    "babel-plugin-transform-vue-jsx": "^3.5.0",
38
+    "babel-preset-env": "^1.3.2",
39
+    "babel-preset-stage-2": "^6.22.0",
40
+    "babel-register": "^6.22.0",
41
+    "chalk": "^2.0.1",
42
+    "chromedriver": "^2.46.0",
43
+    "copy-webpack-plugin": "^4.0.1",
44
+    "cross-spawn": "^5.0.1",
45
+    "css-loader": "^0.28.0",
46
+    "eslint": "^4.15.0",
47
+    "eslint-config-standard": "^10.2.1",
48
+    "eslint-friendly-formatter": "^3.0.0",
49
+    "eslint-loader": "^1.7.1",
50
+    "eslint-plugin-import": "^2.7.0",
51
+    "eslint-plugin-node": "^5.2.0",
52
+    "eslint-plugin-promise": "^3.4.0",
53
+    "eslint-plugin-standard": "^3.0.1",
54
+    "eslint-plugin-vue": "^4.0.0",
55
+    "extract-text-webpack-plugin": "^3.0.0",
56
+    "file-loader": "^1.1.4",
57
+    "friendly-errors-webpack-plugin": "^1.6.1",
58
+    "html-webpack-plugin": "^2.30.1",
59
+    "jest": "^22.0.4",
60
+    "jest-serializer-vue": "^0.3.0",
61
+    "nightwatch": "^0.9.12",
62
+    "node-notifier": "^5.1.2",
63
+    "node-sass": "^4.10.0",
64
+    "optimize-css-assets-webpack-plugin": "^3.2.0",
65
+    "ora": "^1.2.0",
66
+    "portfinder": "^1.0.13",
67
+    "postcss-import": "^11.0.0",
68
+    "postcss-loader": "^2.0.8",
69
+    "postcss-url": "^7.2.1",
70
+    "rimraf": "^2.6.0",
71
+    "sass-loader": "^7.1.0",
72
+    "selenium-server": "^3.0.1",
73
+    "semver": "^5.3.0",
74
+    "shelljs": "^0.7.6",
75
+    "uglifyjs-webpack-plugin": "^1.1.1",
76
+    "url-loader": "^0.5.8",
77
+    "vue-jest": "^1.0.2",
78
+    "vue-loader": "^13.3.0",
79
+    "vue-style-loader": "^3.1.2",
80
+    "vue-template-compiler": "^2.5.2",
81
+    "webpack": "^3.6.0",
82
+    "webpack-bundle-analyzer": "^2.9.0",
83
+    "webpack-dev-server": "^2.9.1",
84
+    "webpack-merge": "^4.1.0"
85
+  },
86
+  "engines": {
87
+    "node": ">= 6.0.0",
88
+    "npm": ">= 3.0.0"
89
+  },
90
+  "browserslist": [
91
+    "> 1%",
92
+    "last 2 versions",
93
+    "not ie <= 8"
94
+  ]
95
+}

+ 61
- 0
src/App.vue Voir le fichier

@@ -0,0 +1,61 @@
1
+<template>
2
+  <div id="app">
3
+    <router-view/>
4
+  </div>
5
+</template>
6
+
7
+<script>
8
+import { createNamespacedHelpers } from 'vuex'
9
+import './assets/css/reset.css'
10
+const { mapActions: mapUserActions } = createNamespacedHelpers('user')
11
+export default {
12
+  name: 'App',
13
+  mounted () {
14
+    this.$nextTick(() => {
15
+      this.getWxInfo({ link: encodeURI(window.location.href) }).then((res) => {
16
+        res = res.message.share
17
+        window.wx.config({
18
+          debug: false,
19
+          appId: res.appId,
20
+          timestamp: res.timestamp,
21
+          nonceStr: res.noncestr,
22
+          signature: res.signature,
23
+          jsApiList: [
24
+            'onMenuShareTimeline',
25
+            'onMenuShareAppMessage',
26
+            'openLocation'
27
+          ]
28
+        })
29
+        window.wx.ready(() => {
30
+          window.wx.onMenuShareAppMessage({
31
+            title: '主标题',
32
+            desc: '副标题',
33
+            link: 'http://wx.jinchengjiaye.com/h5/yjswls',
34
+            imgUrl: 'http://f.hiphotos.baidu.com/image/pic/item/d0c8a786c9177f3ed22833c37dcf3bc79e3d56e4.jpg'
35
+          })
36
+          window.wx.onMenuShareTimeline({
37
+            title: '主标题',
38
+            desc: '副标题',
39
+            link: 'http://wx.jinchengjiaye.com/h5/yjswls',
40
+            imgUrl: 'http://f.hiphotos.baidu.com/image/pic/item/d0c8a786c9177f3ed22833c37dcf3bc79e3d56e4.jpg'
41
+          })
42
+        })
43
+      })
44
+    })
45
+  },
46
+  methods: {
47
+    ...mapUserActions([
48
+      'getWxInfo'
49
+    ])
50
+  }
51
+}
52
+</script>
53
+
54
+<style>
55
+#app {
56
+  width: 100%;
57
+  height: 100%;
58
+  position: relative;
59
+  overflow: hidden;
60
+}
61
+</style>

+ 65
- 0
src/assets/css/reset.css Voir le fichier

@@ -0,0 +1,65 @@
1
+@charset"utf-8";
2
+html,body{width:100%;height:100%;-webkit-text-size-adjust:100%;position:relative;overflow-x:hidden;font-size:100px;}
3
+
4
+@media screen and(max-width:320px){html,body{font-size:85px;}}
5
+@media screen and(min-width:375px){html,body{font-size:100px;}}
6
+@media screen and(min-width:414px){html,body{font-size:110px;}}
7
+
8
+*{margin:0;padding:0;font-family:"微软雅黑";-webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-font-smoothing:antialiased;}
9
+body *{font-size:.15rem;}
10
+a{text-decoration:none;}
11
+a:hover{cursor:pointer;}
12
+em{font-style:normal;}
13
+li{list-style:none;}
14
+img{border:0;vertical-align:middle;}
15
+table{border-collapse:collapse;border-spacing:0;}
16
+p{word-wrap:break-word;}
17
+b{font-weight:normal;}
18
+input,textarea{border:0;-webkit-appearance:none;}
19
+input[type=input]{-webkit-appearance:none;}
20
+input[type=checkbox]{-webkit-appearance:checkbox;}
21
+input:focus,textarea:focus,select:focus{outline:none;}
22
+textarea{resize:none;}
23
+select{direction:rtl;}
24
+select option{direction:ltr;}
25
+::-webkit-scrollbar{display:none;}
26
+
27
+.text-overflow-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
28
+.centerLabel{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
29
+.flex-h{display:flex;display:-webkit-flex;}
30
+.flex-v{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;}
31
+.flex-item{flex:1;-webkit-flex:1;position:relative;overflow:hidden;}
32
+*[class*="text-overflowEllipsis-line"]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
33
+.text-overflowEllipsis-line2{-webkit-line-clamp:2;}
34
+.text-overflowEllipsis-line3{-webkit-line-clamp:3;}
35
+.text-overflowEllipsis-line4{-webkit-line-clamp:4;}
36
+*[class*="overflow-scroll-y"]{overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;}
37
+*[class*="overflow-scroll-x"]{overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;}
38
+.overflow-scroll-y-3d,.overflow-scroll-x-3d{transform:translateZ(0);-webkit-transform:translateZ(0);}
39
+.overflow-scroll-x::-webkit-scrollbar,.overflow-scroll-x-3d::-webkit-scrollbar{width:0;height:0;color:transparent;display:none;}
40
+*>img.cover{width:100%;height:100%;object-fit:cover;}
41
+*>img.contain{width:100%;height:100%;object-fit:contain;}
42
+
43
+.mainPage{width:100%;height:100%;position:relative;background:#fff;}
44
+
45
+.van-toast div{color:white;}
46
+.van-toast i{color:white;}
47
+.van-dialog__message{text-align:center;}
48
+.van-dialog__message.van-dialog__message--has-title{text-align:center;}
49
+
50
+.music.active{
51
+  animation: RotateAnimation 5s linear;
52
+  -webkit-animation: RotateAnimation 5s linear;
53
+  animation-iteration-count: infinite;
54
+  -webkit-animation-iteration-count: infinite;
55
+}
56
+@keyframes RotateAnimation
57
+{
58
+  0% {transform: rotateZ(0deg)}
59
+  100% {transform: rotateZ(360deg)}
60
+}
61
+@-webkit-keyframes RotateAnimation
62
+{
63
+  0% {transform: rotateZ(0deg)}
64
+  100% {transform: rotateZ(360deg)}
65
+}

BIN
src/assets/images/audio.ogg Voir le fichier


BIN
src/assets/images/icon-1.png Voir le fichier


BIN
src/assets/images/icon-10.png Voir le fichier


BIN
src/assets/images/icon-100.jpg Voir le fichier


BIN
src/assets/images/icon-101.jpg Voir le fichier


BIN
src/assets/images/icon-102.jpg Voir le fichier


BIN
src/assets/images/icon-103.jpg Voir le fichier


BIN
src/assets/images/icon-104.jpg Voir le fichier


BIN
src/assets/images/icon-105.jpg Voir le fichier


BIN
src/assets/images/icon-106.jpg Voir le fichier


BIN
src/assets/images/icon-107.png Voir le fichier


BIN
src/assets/images/icon-11.jpg Voir le fichier


BIN
src/assets/images/icon-12.jpg Voir le fichier


BIN
src/assets/images/icon-13.jpg Voir le fichier


BIN
src/assets/images/icon-14.jpg Voir le fichier


BIN
src/assets/images/icon-15.jpg Voir le fichier


BIN
src/assets/images/icon-16.jpg Voir le fichier


BIN
src/assets/images/icon-17.jpg Voir le fichier


BIN
src/assets/images/icon-18.jpg Voir le fichier


BIN
src/assets/images/icon-19.jpg Voir le fichier


BIN
src/assets/images/icon-2-1.png Voir le fichier


BIN
src/assets/images/icon-2.png Voir le fichier


BIN
src/assets/images/icon-20.png Voir le fichier


BIN
src/assets/images/icon-21.png Voir le fichier


BIN
src/assets/images/icon-22.png Voir le fichier


BIN
src/assets/images/icon-23.jpg Voir le fichier


BIN
src/assets/images/icon-24.png Voir le fichier


BIN
src/assets/images/icon-25.png Voir le fichier


BIN
src/assets/images/icon-26.jpg Voir le fichier


BIN
src/assets/images/icon-27.png Voir le fichier


BIN
src/assets/images/icon-28.jpg Voir le fichier


BIN
src/assets/images/icon-29.gif Voir le fichier


BIN
src/assets/images/icon-3.png Voir le fichier


BIN
src/assets/images/icon-30.png Voir le fichier


BIN
src/assets/images/icon-31.jpg Voir le fichier


BIN
src/assets/images/icon-32.png Voir le fichier


BIN
src/assets/images/icon-33.png Voir le fichier


BIN
src/assets/images/icon-34.png Voir le fichier


BIN
src/assets/images/icon-35.jpg Voir le fichier


BIN
src/assets/images/icon-36.png Voir le fichier


BIN
src/assets/images/icon-37.png Voir le fichier


BIN
src/assets/images/icon-38.png Voir le fichier


BIN
src/assets/images/icon-39.png Voir le fichier


BIN
src/assets/images/icon-4.png Voir le fichier


BIN
src/assets/images/icon-40.png Voir le fichier


BIN
src/assets/images/icon-41.png Voir le fichier


BIN
src/assets/images/icon-42.png Voir le fichier


BIN
src/assets/images/icon-43.jpg Voir le fichier


BIN
src/assets/images/icon-44.png Voir le fichier


BIN
src/assets/images/icon-45.png Voir le fichier


BIN
src/assets/images/icon-46.png Voir le fichier


BIN
src/assets/images/icon-47.jpg Voir le fichier


BIN
src/assets/images/icon-48.gif Voir le fichier


BIN
src/assets/images/icon-49.png Voir le fichier


BIN
src/assets/images/icon-5.gif Voir le fichier


BIN
src/assets/images/icon-5.png Voir le fichier


BIN
src/assets/images/icon-50.jpg Voir le fichier


BIN
src/assets/images/icon-51.jpg Voir le fichier


BIN
src/assets/images/icon-52.jpg Voir le fichier


BIN
src/assets/images/icon-53.jpg Voir le fichier


BIN
src/assets/images/icon-54.jpg Voir le fichier


BIN
src/assets/images/icon-55.gif Voir le fichier


BIN
src/assets/images/icon-56.jpg Voir le fichier


BIN
src/assets/images/icon-57.png Voir le fichier


BIN
src/assets/images/icon-58.png Voir le fichier


BIN
src/assets/images/icon-59.png Voir le fichier


BIN
src/assets/images/icon-6.png Voir le fichier


BIN
src/assets/images/icon-60.jpg Voir le fichier


BIN
src/assets/images/icon-61.jpg Voir le fichier


BIN
src/assets/images/icon-62.jpg Voir le fichier


BIN
src/assets/images/icon-63.jpg Voir le fichier


BIN
src/assets/images/icon-64.gif Voir le fichier


BIN
src/assets/images/icon-65.jpg Voir le fichier


BIN
src/assets/images/icon-66.jpg Voir le fichier


BIN
src/assets/images/icon-67.jpg Voir le fichier


BIN
src/assets/images/icon-68.jpg Voir le fichier


BIN
src/assets/images/icon-69.gif Voir le fichier


+ 0
- 0
src/assets/images/icon-7.png Voir le fichier


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff