ULIVZ
d682e25643
feat($version): update vue to the latest version ( #165 )
8 years ago
Alex Benoit
93d678f119
added full webpack template reference ( #162 )
8 years ago
Thorsten Lünborg
bd8a372db5
fix typo
8 years ago
Thorsten Lünborg
905c3a8761
remove double rule for .css
close #154 , close #156
8 years ago
Thorsten Lünborg
e167890a88
revert false applications of "use"
8 years ago
Thorsten Lünborg
273f7c5f36
fix comma.
8 years ago
Thorsten Lünborg
3d93d83bb9
add css loaders for files
8 years ago
Ronei Chiarandi
c9cb4e1ac4
Add .editorconfig ( #145 )
8 years ago
Thorsten Lünborg
397b97f0ca
add browsersList for babel-preset-env
8 years ago
Belar
27d50b06de
Fix unescaped msg data binding ( #72 )
8 years ago
Feats Choi
d0ea600967
add vue extension on resolve ( #146 )
This is issue fix for
https://github.com/vuejs-templates/webpack-simple/issues/130
8 years ago
Thorsten Lünborg
78b689afc6
Fix #150
8 years ago
Michihito Shigemura
31365aa8b8
Add license on package.json ( #129 )
8 years ago
Dave Woodall
016a60aff5
Update Chat link ( #138 )
8 years ago
Anish Karandikar
ee748a55e0
Update meta.json ( #111 )
* Update meta.json
Current completion message is:
...
vue-cli · Generated "tmp.sogf80wE".
To get started:
npm install
npm run dev. <----- extra period at end
Someone might copy/paste this and it won't work:
npm run dev.
* fix other dot as well.
8 years ago
Thorsten Lünborg
88dc11b2db
Merge pull request #113 from vgalynskydm/fixed-spread-operator
Added preset stage 3
8 years ago
Thorsten Lünborg
93b0077f56
Merge branch 'master' into fixed-spread-operator
8 years ago
Thorsten Lünborg
f71cff8fc7
Merge pull request #149 from burkeholland/patch-1
Remove period from run dev command
8 years ago
Burke Holland
f2169bf174
Remove period from run dev command
The `completeMessage` commands already appear on different lines. When a `.` is added, it looks like part of the `npm run dev` command, which can cause confusion for new users.
8 years ago
Evan You
068810ffb8
enable overlay
8 years ago
Evan You
73e07cc826
fix dep version
8 years ago
Evan You
0f95cb5637
bump deps
8 years ago
Thorsten Lünborg
3fe533c919
Revert #65
(fix #117 )
PR #65 removed the escape character, making vue-cli/handlebars replace this interpolation instead of eaving it to Vue.
8 years ago
Edd Yerburgh
b48b330f90
feat(gitignore): include common editor directories ( #114 )
* feat(gitignore): include common editor directories
add common editor files and directories to .gitignore
* feat(gitignore): remove .vscode
remove .vscode directory from .gitignore as it is used to share settings between users
8 years ago
Vladimir Galynsky
93d3f9d1a6
Added preset stage 3
8 years ago
Evan You
f11d9b1991
use babel-preset-env
8 years ago
Evan You
7d62ffedcf
bump deps
8 years ago
Limichange
c4d0d38df3
Upgrade vue-loader ( #80 )
9 years ago
Adrian B. Danieli
6b5a289f94
Disable ES2015 module transform via pass down. ( #77 )
9 years ago
Evan You
f049127ea9
bump deps
9 years ago
Limichange
c66247ad1f
Ignore yarn-error.log ( #75 )
9 years ago
Jasin Yip
348a31b97d
Add `inPlace` to print the correct information when generated in the current directory. ( #69 )
9 years ago
kazuya kawaguchi
4dcbedc502
improve sass dependencies ( #68 )
Closes #55
9 years ago
Arthur Muchir
67ce1ff3be
remove default option --inline from package.json ( #64 )
Webpack 2 default is to served with inline mode enabled.
https://webpack.js.org/configuration/dev-server/#devserver-inline-cli-only
9 years ago
Danny Feliz
e1bd6e7925
Fix typo in webpack.config.js ( #54 )
9 years ago
Darryl Hein
025a6ea716
minor spelling correction ( #67 )
9 years ago
kazuya kawaguchi
dac94b0a56
Merge pull request #65 from alextrastero/patch-1
Remove extra character
9 years ago
Alexander Odell
f7e0de8866
Remove extra character
Not sure if this is intended or not, `<h1>\{{ msg }}</h1>`
9 years ago
Evan You
0b7993edc9
use webpack 2.2.0
9 years ago
Thorsten Lünborg
9139ee7d5e
disable performance warnings.
9 years ago
Thorsten Lünborg
0f8a35a7e9
update webpack-dev-server
fix #47
9 years ago
Thorsten Lünborg
8859f53b51
Merge pull request #48 from vuejs-templates/config_sass_scss
update webpack cfg to support SASS and SCSS
9 years ago
Thorsten Lünborg
6d1357a080
fix typo, add comments.
9 years ago
Thorsten Lünborg
dcf0cc0ce5
[WIP] update webpack cfg to support SASS and SCSS
this is WIP
9 years ago
Eric Githinji
56aa433c18
Add default version ( #43 )
Not having a version in package.json results in npm prompt errors
```
/npm_prompt.lua:11: attempt to concatenate local 'package_version' (a nil value)
```
9 years ago
Evan You
0ac5fa1b2d
bump vue and vue-loader
9 years ago
汪磊
34958ddd60
Enable sourceMap in production environment ( #32 )
https://webpack.js.org/how-to/upgrade-from-webpack-1/#uglifyjsplugin-sourcemap
Enable sourceMap in production environment
9 years ago
Chris Fritz
9841faa2f6
explicitly add '-loader' to the name of webpack's loader package, webpack no longer add `-loader` automatically since 2.1.10@beta.26 version. ( #40 )
9 years ago
li3p
a7e87f3bfb
explicitly add '-loader' to the name of webpack's loader package, webpack no longer add `-loader` automatically since 2.1.10@beta.26 version.
9 years ago
Thorsten Lünborg
de7d7d75bd
load standalone build of Vue by default
Doing this with an alias in webpack config as per https://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build
9 years ago