Skip to content

Commit 2eedd9e

Browse files
committed
add a readme
1 parent e76ee47 commit 2eedd9e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)