We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76ee47 commit 2eedd9eCopy full SHA for 2eedd9e
build/readme.md
@@ -0,0 +1,13 @@
1
+# Vuex-i18n build directory
2
+
3
+This directory contains the specifications and code to build the vuex-i18n
4
+plugin using rollup.
5
6
+Building requires a current installation of yarn and nodejs.
7
8
+1. Install all required node_modules with `yarn install`
9
+2. Run the build script with `yarn run build`
10
11
+The build script will create a symlink to the ../src directory in the build
12
+directory. This is required to transpile the code with babeljs, as babeljs only
13
+works well with directories that are in the same root as the babelrc file.
0 commit comments